Home > @activeviam/activeui-sdk > ActionImplementationProperties > load
ActionImplementationProperties.load property
Called when the action is loaded in the UI. Can return a function to perform some cleanup.
Signature:
load?: (actionPayload: ActionPayload) => void | (() => void);