Interface JMouseOverContentEventParams

interface JMouseOverContentEventParams {
    location: JLocation;
    map: undefined | Map$1;
    popup: Popup;
    selection: JMapSelection;
    cancelMouseOver(): void;
}

Hierarchy (view full)

Properties

location: JLocation
map: undefined | Map$1
popup: Popup
selection: JMapSelection

Methods

  • Returns void