geoview-core
    Preparing search index...

    Type Alias VisibleChangedEvent

    Define an event for the delegate

    type VisibleChangedEvent = {
        layerPath: string;
        visible: boolean;
    }
    Index

    Properties

    Properties

    layerPath: string
    visible: boolean