AboutSupportDeveloper GuideVersion 18.0.9

Type alias CustomActionPayload

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.

Type declaration

  • callerType: API