PilotGaea 2D O'view
    正在準備搜尋索引...

    類別 ObjectEvent

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

    The event type.

    The property name.

    The old value for key.

    層級 (查看層級一覽)

    索引

    屬性

    key: string

    The name of the property whose value is changing.

    stable

    oldValue: any

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

    stable

    type: string

    The event type.

    stable

    target: Object

    The event target.

    stable

    方法

    • 函數

      Stop event propagation.

      回傳 void

      stable

    • 函數

      Stop event propagation.

      回傳 void

      stable

    構造函數

    • 參數

      • type: string

        The event type.

      • key: string

        The property name.

      • oldValue: any

        The old value for key.

      回傳 ObjectEvent

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