@terrestris/shogun-util
    Preparing search index...

    Interface DefaultLayerTree

    interface DefaultLayerTree {
        checked: boolean;
        children: DefaultLayerTree[];
        layerId: number;
        title: string;
    }
    Index

    Properties

    checked: boolean
    children: DefaultLayerTree[]
    layerId: number
    title: string