interface OLLayerEventHandlerArgs {
    element: HTMLElement;
    object: Layer;
    type: OLMapEvent;
}

Properties

Properties

element: HTMLElement
object: Layer