AboutSupportDeveloper GuideVersion 22.3.18

Configures a custom action when the control is invoked

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

Properties

Properties

customData?: any

Any data necessary for the functioning of specified custom action

id: string

Identifier of a custom action defined at platform initialization