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

    Interface LayerMessageEvent

    Define an event for the delegate

    interface LayerMessageEvent {
        messageKey: string;
        messageParams: Record<string, unknown>;
        messageType: SnackbarType;
    }
    Index
    messageKey: string

    The i18n key (or literal string) for the message to display.

    messageParams: Record<string, unknown>

    Parameters to interpolate into the localized message.

    messageType: SnackbarType

    The severity type of the message.