IMapToolDefaults
geovisto-map / IMapToolDefaults
Interface: IMapToolDefaults
This interface declares functions which return the default state values.
Author
Jiri Hynek
Extends
Methods
getConfig()
getConfig():
IMapToolConfig
It returns default config if no config is given.
Returns
Overrides
Source
model/types/tool/IMapToolDefaults.ts:14
getIcon()
getIcon():
string
It returns the icon of the tool.
Returns
string
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
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
Source
model/types/tool/IMapToolDefaults.ts:26
isSingleton()
isSingleton():
boolean
It returns a logical value whether the tool type is singleton.
Returns
boolean