geoview-core
    Preparing search index...

    Type Alias LayerItemVisibilityToggledEvent

    Define an event for the delegate

    type LayerItemVisibilityToggledEvent = {
        itemName: string;
        layerPath: string;
        visibility: boolean;
    }
    Index

    Properties

    itemName: string
    layerPath: string
    visibility: boolean