API / geotoolkit3d / Event / Event
geotoolkit3d.Event.Event
Type Aliases
Ƭ Options<T>: Object
The options
| Name |
|---|
T |
| Name | Type | Description |
|---|---|---|
args? | T | The event arguments, can be used to provide more details and context about the event. |
source | Source | The object that triggered this event (or at least the one passed when creating the event). |
type | string | Type | The event type, used to distinguish events from each other. |
Ƭ Source: Object3D | PerspectiveCamera | OrthographicCamera | AbstractController | AnimationManager | Plot