Type alias InteractionEvent

InteractionEvent: MapEvent & {
    chainEnded?: VcsEvent<void>;
    exactPosition?: boolean;
    feature?: EventFeature;
    obliqueParameters?: ObliqueParameters;
    ray?: Ray;
    stopPropagation?: boolean;
    type: EventType;
}

Type declaration

  • Optional chainEnded?: VcsEvent<void>

    called when the event chain has ended in which this event was fired.

  • Optional exactPosition?: boolean

    whether the position is exact, eg with translucentDepthPicking on

  • Optional feature?: EventFeature

    a potential feature at said location

  • Optional obliqueParameters?: ObliqueParameters

    additional parameters from oblique if obliquemode is active

  • Optional ray?: Ray
  • Optional stopPropagation?: boolean

    if set to true, the event chain is interrupted

  • type: EventType

Generated using TypeDoc