Skip to main content

DummyTabToolMapForm

geovisto-mapReadme | API


geovisto-map / DummyTabToolMapForm

Class: DummyTabToolMapForm

This class provides the settings sidebar tab.

Author

Jiri Hynek

Extends

Implements

Constructors

new DummyTabToolMapForm()

new DummyTabToolMapForm(tool): DummyTabToolMapForm

It creates new map form with respect to the given props.

Parameters

tool: IDummyTabTool

Returns

DummyTabToolMapForm

Overrides

MapObjectForm.constructor

Source

tools/sidebar/model/internal/dummy/DummyTabToolMapForm.ts:23

Properties

htmlContent

private htmlContent: HTMLDivElement

Source

tools/sidebar/model/internal/dummy/DummyTabToolMapForm.ts:16

Methods

getContent()

getContent(): HTMLDivElement

It returns generic layer tab pane.

Returns

HTMLDivElement

Implementation of

IMapForm.getContent

Overrides

MapObjectForm.getContent

Source

tools/sidebar/model/internal/dummy/DummyTabToolMapForm.ts:30


getMapObject()

protected getMapObject(): IDummyTabTool

Returns

IDummyTabTool

Inherited from

MapObjectForm.getMapObject

Source

model/internal/form/MapObjectForm.ts:16