Last updated

API / geotoolkit3d / Event / Event

Namespace: Event

geotoolkit3d.Event.Event

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options<T>: Object

The options

Type parameters

Name
T

Type declaration

NameTypeDescription
args?TThe event arguments, can be used to provide more details and context about the event.
sourceSourceThe object that triggered this event (or at least the one passed when creating the event).
typestring | TypeThe event type, used to distinguish events from each other.

Source

Ƭ Source: Object3D | PerspectiveCamera | OrthographicCamera | AbstractController | AnimationManager | Plot