MCPcopy
hub / github.com/smapiot/piral / OpenNotification

Interface OpenNotification

src/plugins/piral-notifications/src/types.ts:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115export type NotificationComponentProps = BaseComponentProps & BareNotificationProps;
116
117export interface OpenNotification {
118 id: string;
119 component: ComponentType<BareNotificationProps>;
120 options: NotificationOptions;
121 close(): void;
122}
123
124export interface PiletNotificationsApi {
125 /**

Callers

nothing calls this directly

Implementers 1

ErrorOverlaysrc/utilities/piral-debug-utils/src/ov

Calls

no outgoing calls

Tested by

no test coverage detected