Classdesc

Events emitted by ol.Object instances are instances of this type.

Param: type

The event type.

Param: key

The property name.

Param: oldValue

The old value for key.

Hierarchy

Constructors

  • Parameters

    • type: string

      The event type.

    • key: string

      The property name.

    • oldValue: any

      The old value for key.

    Returns ObjectEvent

    Classdesc

    Events emitted by ol.Object instances are instances of this type.

Properties

key: string

The name of the property whose value is changing.

Api

stable

oldValue: any

The old value. To get the new value use e.target.get(e.key) where e is the event object.

Api

stable

target: Object

The event target.

Api

stable

type: string

The event type.

Api

stable

Methods

  • Stop event propagation.

    Returns void

    Function

    Api

    stable

  • Stop event propagation.

    Returns void

    Function

    Api

    stable

Generated using TypeDoc