OpenFin Workspace Platform API
    Preparing search index...

    Interface CustomActionSpecifier

    Configures a custom action when the control is invoked

    interface CustomActionSpecifier {
        customData?: any;
        id: string;
    }
    Index
    customData?: any

    Any data necessary for the functioning of specified custom action

    id: string

    Identifier of a custom action defined at platform initialization