geoview-core
    Preparing search index...

    Type Alias LayerMessageEvent

    Define an event for the delegate

    type LayerMessageEvent = {
        messageKey: string;
        messageParams: string[];
        messageType: SnackbarType;
        notification: boolean;
    }
    Index

    Properties

    messageKey: string
    messageParams: string[]
    messageType: SnackbarType
    notification: boolean