MeasureToolBoxDOM: {
    _buttonId: string;
    _createToolBoxContainerElement: (uid: number) => HTMLElement;
    _toolboxId: string;
    _widgetId: string;
    getButtonID: (uid: number) => string;
    getToolBoxID: (uid: number) => string;
    getWidgetID: (uid: number) => string;
} = ...

Type declaration

  • _buttonId: string
  • _createToolBoxContainerElement: (uid: number) => HTMLElement

    Main container (DOM)

  • _toolboxId: string
  • _widgetId: string
  • getButtonID: (uid: number) => string

    get button ID

  • getToolBoxID: (uid: number) => string

    get toolBox ID

  • getWidgetID: (uid: number) => string

    get toolBox Container for widget