Type alias EventsConditionType

EventsConditionType: ((event) => boolean)

Type declaration

    • (event): boolean
    • A function that takes an ol.MapBrowserEvent and returns a {boolean}. If the condition is met, true should be returned.

      Parameters

      Returns boolean

Generated using TypeDoc