Home > @activeviam/activeui-sdk > ActionImplementationProperties > execute
ActionImplementationProperties.execute property
Called when the action is being interacted with.
Signature:
execute: (event: React.SyntheticEvent, actionPayload: ActionPayload) => void | Promise<ActionResult>;