API / geotoolkit3d / tool / cursor / CursorTool / CursorTool
cursor.CursorTool.CursorTool
Type Aliases
Type Aliases
Ƭ ListenerFunction: (event: KeyboardEvent | CustomPointerEvent, selection: PickingResult[]) => void
▸ (event, selection): void
| Name | Type |
|---|---|
event | KeyboardEvent | CustomPointerEvent |
selection | PickingResult[] |
void
Ƭ Options: Options & { cursor?: AbstractCursor ; enabled?: boolean ; picking?: PickingClass }
See geotoolkit3d.tool.AbstractGestureTool for inherited options