Variable MeasureToolBoxDOM
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
_toolboxId: string
_widgetId: string
getButtonID: (uid: number) => string
getToolBoxID: (uid: number) => string
getWidgetID: (uid: number) => string
Main container (DOM)