CustomEvents
Signature
export interface CustomEventsProperties
3Methods
0No methods.
Properties
commandsLoaded: (metadata: PluginLoadedMetadata<'commands', Command | ContextMenuCommand | EntryPointCommand>) => void;componentsLoaded: (metadata: PluginLoadedMetadata<'components', ComponentCommands>) => void;uploadCommands: (metadata: PluginUploadCommandsMetadata) => void;