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

    類別 Event

    Stripped down implementation of the W3C DOM Level 2 Event interface.

    https://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-interface

    This implementation only provides type and target properties, and stopPropagation and preventDefault methods. It is meant as base class for higher level events defined in the library, and works with ol.events.EventTarget.

    Type.

    層級 (查看層級一覽)

    索引

    屬性

    type: string

    The event type.

    stable

    target: Object

    The event target.

    stable

    方法

    • 函數

      Stop event propagation.

      回傳 void

      stable

    • 函數

      Stop event propagation.

      回傳 void

      stable

    構造函數