AboutSupportDeveloper GuideVersion 22.3.18

Interface BaseCustomButtonConfig

Base configuration for a custom button

interface BaseCustomButtonConfig {
    disabled?: boolean;
    iconUrl?: string;
    parentHover?: boolean;
    tooltip: string;
}

Hierarchy (view full)

Properties

disabled?: boolean

Disable custom button true or false

iconUrl?: string

icon URL for icon image

parentHover?: boolean
tooltip: string

Button name text when hovered over