API / geotoolkit3d / tool / ToolTip / ToolTip
Type Aliases
Type Aliases
Ƭ ListenerFunction: (event: CustomPointerEvent, selection: PickingResult[]) => void
▸ (event, selection): void
| Name | Type |
|---|---|
event | CustomPointerEvent |
selection | PickingResult[] |
void
Ƭ Options: Options & { cursor?: AbstractCursor ; divelement?: HTMLElement | string ; enabled?: boolean ; highlight?: boolean ; innerhtml?: (selectedObjects: PickingResult[]) => string ; opacity?: number ; picking?: PickingClass ; pointermode?: Hover | Click }
See geotoolkit3d.tool.AbstractGestureTool for inherited options