Interface: ActionProviderProps
Defined in: types.ts:20
Props for the ActionProvider component.
ActionProviderProps
Properties
onAction()?
optional
onAction: (action
) =>void
Defined in: types.ts:22
Callback function that will be called whenever an action is emitted
Parameters
action
Returns
void