AboutSupportDeveloper GuideVersion 22.3.18

Custom browser buttons

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

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

type: Custom

Type of custom browser button

MMNEPVFCICPMFPCPTTAAATR