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

    Type Alias ModalEvent

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

    type ModalEvent = {
        modalId: string;
    }
    Index

    Properties

    Properties

    modalId: string