Class AbstractButtonAbstract

Base class for navbar buttons

Hierarchy

Constructors

Properties

config: ButtonConfig
container: HTMLDivElement = ...

Container element

state: {
    active: boolean;
    collapsed: boolean;
    enabled: boolean;
    supported: boolean;
    visible: boolean;
    width: number;
} = ...

Internal properties

Type declaration

  • active: boolean
  • collapsed: boolean
  • enabled: boolean
  • supported: boolean
  • visible: boolean
  • width: number
viewer: Viewer

Reference to main controller

groupId?: string

Identifier to declare a group of buttons

id: string

Unique identifier of the button

Accessors

Methods

Generated using TypeDoc