geoview-core - v2.3.0
    Preparing search index...

    Interface ModalEvent

    Event emitted when a modal's state changes (opened or closed).

    interface ModalEvent {
        modalId: string;
    }
    Index
    modalId: string