Viewer
    Preparing search index...

    Variable EVENTTYPEConst

    EVENTTYPE: {
        CAMERA: typeof EVENTTYPE_CAMERA;
        DRAWING_TOOLS: typeof EVENTTYPE_DRAWING_TOOLS;
        INTERACTION: typeof EVENTTYPE_INTERACTION;
        OUTPUT: typeof EVENTTYPE_OUTPUT;
        PARAMETER: typeof EVENTTYPE_PARAMETER;
        RENDERING: typeof EVENTTYPE_RENDERING;
        SCENE: typeof EVENTTYPE_SCENE;
        SESSION: typeof EVENTTYPE_SESSION;
        TASK: typeof EVENTTYPE_TASK;
        TRANSFORMATION_TOOLS: typeof EVENTTYPE_TRANSFORMATION_TOOLS;
        VIEWPORT: typeof EVENTTYPE_VIEWPORT;
    }

    Definition of the event types. These types are used to identify the type of an event in an event object IEvent. The EventResponseMapping is used to map the event type to the corresponding event interface.

    Type Declaration