@geogirafe/lib-geoportal
    Preparing search index...
    interface ChangeMarkersEvent {
        detail: { markers: Marker[] };
    }

    Hierarchy

    • CustomEvent
      • ChangeMarkersEvent
    Index

    Properties

    Properties

    detail: { markers: Marker[] }

    The read-only detail property of the CustomEvent interface returns any data passed when initializing the event.

    MDN Reference