PluginEventName
Union type of all plugin event names.
type PluginEventName = unknownExample
Section titled “Example”function addPluginListener(grid: DataGridElement, event: PluginEventName): void { grid.addEventListener(event, (e) => console.log(e));}See Also
Section titled “See Also”PluginEventsfor event constants
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt