The payload received by a Custom Action.
The callerType property can be used to determine what data is available in the payload and cast accordingly.
When callerType == CustomActionCallerType.API, the payload is defined by the code directly invoking the action.
The payload received by a Custom Action. The
callerType
property can be used to determine what data is available in the payload and cast accordingly. WhencallerType == CustomActionCallerType.API
, the payload is defined by the code directly invoking the action.