Viewer
    Preparing search index...

    Interface ICameraEvent

    Definition of the camera event. These events are sent when the camera starts, moves or ends (EVENTTYPE_CAMERA).

    interface ICameraEvent {
        cameraId: string;
        viewportId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cameraId: string

    The id of the camera.

    viewportId: string