IGeoDownloaderToolDefaults
geovisto-map / IGeoDownloaderToolDefaults
Interface: IGeoDownloaderToolDefaults
State interface for GeoDownloaderTool
Authorβ
VojtΔch MalΓ½
Extendsβ
Methodsβ
getConfig()β
getConfig():
IMapToolConfig
It returns default config if no config is given.
Returnsβ
Overridesβ
Sourceβ
tools/geo-downloader/model/types/tool/IGeoDownloaderToolDefaults.ts:17
getIcon()β
getIcon():
string
It returns the icon of the tool.
Returnsβ
string
Inherited fromβ
Sourceβ
model/types/tool/IMapToolDefaults.ts:36
getId()β
getId():
string
It returns identifier which is used when no identifier is specified.
Returnsβ
string
Inherited fromβ
Sourceβ
model/types/object/IMapObjectDefaults.ts:32
getLabel()β
getLabel():
string
It returns the label of the tool.
Returnsβ
string
Inherited fromβ
Sourceβ
model/types/tool/IMapToolDefaults.ts:31
getProps()β
getProps():
IMapObjectProps
It returns default props if no props are given.
Returnsβ
Inherited fromβ
Sourceβ
model/types/object/IMapObjectDefaults.ts:17
getType()β
getType():
string
It returns a unique type string of the map object.
Returnsβ
string
Inherited fromβ
Sourceβ
model/types/object/IMapObjectDefaults.ts:27
isEnabled()β
isEnabled():
boolean
By default, the tool is enabled.
Returnsβ
boolean
Inherited fromβ
Sourceβ
model/types/tool/IMapToolDefaults.ts:26
isSingleton()β
isSingleton():
boolean
It returns a logical value whether the tool type is singleton.
Returnsβ
boolean