AboutSupportDeveloper GuideVersion 22.3.19

Interface CustomDropdownItemActionPayload

The shape of the payload sent by a custom dropdown menu item to a custom action handler

interface CustomDropdownItemActionPayload {
    callerType: CustomDropdownItem;
    customData: any;
    windowIdentity: Identity_4;
}

Properties

callerType: CustomDropdownItem

Calling the CustomButton type

customData: any

Any data necessary for the functioning of specified custom action

windowIdentity: Identity_4

Identity for the current window.