MCPcopy Create free account
hub / github.com/gotify/server / IProps

Interface IProps

ui/src/message/Message.tsx:94–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}));
93
94interface IProps {
95 title: string;
96 image?: string;
97 date: string;
98 content: string;
99 priority: number;
100 appName: string;
101 fDelete: VoidFunction;
102 extras?: IMessageExtras;
103 expanded: boolean;
104 onExpand: (expand: boolean) => void;
105}
106
107const priorityColor = (priority: number) => {
108 if (priority >= 4 && priority <= 7) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…