Variable LayerSwitcherDOM
LayerSwitcherDOM: {
_addUID: (id: string) => string;
_createAdvancedToolDeleteElement: (
id: string,
contextual?: boolean,
) => HTMLElement;
_createAdvancedToolEditionElement: (
id: string,
editable: boolean,
tms: boolean,
styles: any[],
contextual?: boolean,
) => HTMLElement;
_createAdvancedToolElement: (obj: any) => HTMLElement;
_createAdvancedToolExtentElement: (
id: string,
contextual?: boolean,
) => HTMLElement;
_createAdvancedToolGreyscaleElement: (
id: string,
grayable: boolean,
grayscale: boolean,
contextual?: boolean,
) => HTMLElement;
_createAdvancedToolInformationElement: (
id: string,
title: string,
description: string,
contextual?: boolean,
) => HTMLElement;
_createAdvancedToolMoreElement: (
id: any,
tools: any,
contextual?: any,
) => HTMLElement;
_createAdvancedToolOpacityElement: (
id: string,
opacity: number,
) => HTMLElement[];
_createAdvancedToolShowElement: (obj: any) => HTMLElement[];
_createBasicToolDragNDropElement: (obj: any) => HTMLDivElement;
_createBasicToolElement: (obj: any, tooltips: boolean) => HTMLElement;
_createBasicToolNameElement: (obj: any, tooltips: boolean) => HTMLElement;
_createBasicToolVisibilityElement: (obj: any) => HTMLElement[];
_createContainerLayerElement: (
obj: {
description: string;
id: string;
layer: any;
opacity: Float;
title: string;
type: string;
visibility: boolean;
},
tooltips: boolean,
) => HTMLElement;
_createContainerLayerInfoElement: (obj: any) => HTMLElement;
_createContainerLayerStyleElement: (obj: any) => HTMLElement;
_createDraggableElement: (elementDraggable: any, context: any) => void;
_createLayersPanelCloseElement: () => HTMLButtonElement;
_createLayersPanelHeaderElement: () => HTMLDivElement;
_createLayersPanelIconElement: () => HTMLLabelElement;
_createLayersPanelTitleElement: () => HTMLDivElement;
_createMainContainerElement: () => HTMLElement;
_createMainCounterLayersElement: () => HTMLSpanElement;
_createMainInfoDivElement: () => HTMLDivElement;
_createMainInfoElement: () => HTMLElement;
_createMainLayersDivElement: () => HTMLDivElement;
_createMainLayersElement: () => HTMLElement;
_createMainLayersShowElement: () => HTMLElement;
_createMainPictoElement: () => HTMLElement;
_createMainStyleDivElement: () => HTMLDivElement;
_createMainStyleElement: () => HTMLElement;
} = ...
Type declaration
_addUID: (id: string) => string
_createAdvancedToolDeleteElement: (id: string, contextual?: boolean) => HTMLElement
_createAdvancedToolEditionElement: (
id: string,
editable: boolean,
tms: boolean,
styles: any[],
contextual?: boolean,
) => HTMLElement
_createAdvancedToolElement: (obj: any) => HTMLElement
_createAdvancedToolExtentElement: (id: string, contextual?: boolean) => HTMLElement
_createAdvancedToolGreyscaleElement: (
id: string,
grayable: boolean,
grayscale: boolean,
contextual?: boolean,
) => HTMLElement
_createAdvancedToolInformationElement: (
id: string,
title: string,
description: string,
contextual?: boolean,
) => HTMLElement
_createAdvancedToolMoreElement: (id: any, tools: any, contextual?: any) => HTMLElement
_createAdvancedToolOpacityElement: (id: string, opacity: number) => HTMLElement[]
_createAdvancedToolShowElement: (obj: any) => HTMLElement[]
_createBasicToolDragNDropElement: (obj: any) => HTMLDivElement
_createBasicToolElement: (obj: any, tooltips: boolean) => HTMLElement
_createBasicToolNameElement: (obj: any, tooltips: boolean) => HTMLElement
_createBasicToolVisibilityElement: (obj: any) => HTMLElement[]
_createContainerLayerElement: (
obj: {
description: string;
id: string;
layer: any;
opacity: Float;
title: string;
type: string;
visibility: boolean;
},
tooltips: boolean,
) => HTMLElement
_createContainerLayerInfoElement: (obj: any) => HTMLElement
_createContainerLayerStyleElement: (obj: any) => HTMLElement
_createDraggableElement: (elementDraggable: any, context: any) => void
_createLayersPanelCloseElement: () => HTMLButtonElement
_createLayersPanelHeaderElement: () => HTMLDivElement
_createLayersPanelIconElement: () => HTMLLabelElement
_createLayersPanelTitleElement: () => HTMLDivElement
_createMainContainerElement: () => HTMLElement
_createMainCounterLayersElement: () => HTMLSpanElement
_createMainInfoDivElement: () => HTMLDivElement
_createMainInfoElement: () => HTMLElement
_createMainLayersDivElement: () => HTMLDivElement
_createMainLayersElement: () => HTMLElement
_createMainLayersShowElement: () => HTMLElement
_createMainPictoElement: () => HTMLElement
_createMainStyleDivElement: () => HTMLDivElement
_createMainStyleElement: () => HTMLElement
Add uuid to the tag ID