Skip to content

PluginEventName

Union type of all plugin event names.

type PluginEventName = unknown
function addPluginListener(grid: DataGridElement, event: PluginEventName): void {
grid.addEventListener(event, (e) => console.log(e));
}
  • PluginEvents for 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