geoview-core
    Preparing search index...

    Type Alias LayerVisibilityToggledEvent

    Define an event for the delegate

    type LayerVisibilityToggledEvent = {
        layerPath: string;
        visibility: boolean;
    }
    Index

    Properties

    layerPath: string
    visibility: boolean