Param: type

Type.

Param: opt_vectorContext

Vector context.

Param: opt_frameState

Frame state.

Param: opt_context

Context.

Param: opt_glContext

WebGL Context.

Hierarchy

Constructors

  • Parameters

    • type: string

      Type.

    • Optional opt_vectorContext: VectorContext

      Vector context.

    • Optional opt_frameState: FrameState

      Frame state.

    • Optional opt_context: CanvasRenderingContext2D

      Context.

    • Optional opt_glContext: any

      WebGL Context.

    Returns ol.render.Event

Properties

context: CanvasRenderingContext2D

Canvas context. Only available when a Canvas renderer is used, null otherwise.

Api

frameState: FrameState

An object representing the current render frame state.

Api

glContext: any

WebGL context. Only available when a WebGL renderer is used, null otherwise.

Api

target: Object

The event target.

Api

stable

type: string

The event type.

Api

stable

vectorContext: VectorContext

For canvas, this is an instance of ol.render.canvas.Immediate.

Api

Methods

  • Stop event propagation.

    Returns void

    Function

    Api

    stable

  • Stop event propagation.

    Returns void

    Function

    Api

    stable

Generated using TypeDoc