AboutSupportDeveloper GuideVersion 21.0.10

Type alias DockButton

DockButton: {
    contextMenu?: {
        removeOption?: boolean;
    };
    id?: string;
} & (DockButtonConfig | DockDropdownConfig)

Dock button types

Type declaration

  • Optional contextMenu?: {
        removeOption?: boolean;
    }

    Specifies button context menu, if present and has one of the options enabled, the button will have a context menu on right click.

    • Optional removeOption?: boolean
  • Optional id?: string

    Optional button identifier, if not provided will be automatically generated by the provider