ISelectionToolAPI
geovisto-map / ISelectionToolAPI
Type alias: ISelectionToolAPI
ISelectionToolAPI:
IMapToolAPI
&object
API for Selection Tool.
Author
Jiri Hynek
Type declaration
createSelection()
createSelection: (
source
,ids
) =>IMapSelection
Parameters
• source: IMapTool
• ids: string
[]
Returns
getChangeEventType()
getChangeEventType: () =>
string
Returns
string
getSelection()
getSelection: () =>
IMapSelection
|null
Returns
IMapSelection
| null
setSelection()
setSelection: (
selection
) =>void
Parameters
• selection: IMapSelection
| null
Returns
void