Type Alias: ActionsInitializer()
ActionsInitializer = (
props,def) =>Record<EventName,ActionDefinition|ActionEventHandler>
The type of function that initializes an actions on a component. Internal use only.
Parameters
props
ComponentStore["props"]
the component's property settings.
def
the helper to create an action event handler.
Returns
Record<EventName, ActionDefinition | ActionEventHandler>
the Record with action event handlers.