OpenFin Workspace Platform API
    Preparing search index...

    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;
    }
    Index
    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.