Type Alias: EventMap
EventMap =
Record<string,unknown>
Defined in: packages/plugin-sdk/src/events.ts:6
Typed event bus shared by the app and plugins. on() returns an unsubscribe
function so plugins can clean up on deactivation.
EventMap =
Record<string,unknown>
Defined in: packages/plugin-sdk/src/events.ts:6
Typed event bus shared by the app and plugins. on() returns an unsubscribe
function so plugins can clean up on deactivation.