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

Dock button types

Type declaration

  • OptionalcontextMenu?: {
        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.

    • OptionalremoveOption?: boolean
  • Optionalid?: string

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