AboutSupportDeveloper GuideVersion 22.3.18

Configuration for a buttons with a custom action

interface CustomButtonConfig {
    action: CustomActionSpecifier;
    disabled?: boolean;
    iconUrl?: string;
    options?: never;
    parentHover?: boolean;
    tooltip: string;
}

Hierarchy (view full)

Properties

Custom action once the button is clicked

disabled?: boolean

Disable custom button true or false

iconUrl?: string

icon URL for icon image

options?: never
parentHover?: boolean
tooltip: string

Button name text when hovered over

MMNEPVFCICPMFPCPTTAAATR