Home > @activeviam/activeui-sdk > ActionPlugin
ActionPlugin type
Plugin defining actions that can be used as DOM event handlers or context menu items
Signature:
export declare type ActionPlugin = ActiveUIPlugin<ActionImplementationProperties, ActionImplementationStaticProperties, ActionParameters>;