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

    Type Alias LayerMessageEvent

    Define an event for the delegate

    type LayerMessageEvent = {
        messageKey: string;
        messageParams: Record<string, unknown>;
        messageType: SnackbarType;
        notification: boolean;
    }
    Index

    Properties

    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.

    notification: boolean

    Whether to show the message as a notification.