ULM
    Preparing search index...

    Type Alias LayerGroupInfo<TLayer, TGroup>

    LayerGroupInfo: Omit<
        LayerGroupContext<TLayer, TGroup>,
        "layerManagerRef" | "parentRef" | "children" | "childLayerOrder",
    > & { enabled: boolean; visible: boolean; parentId: string | null }

    Type Parameters

    • TLayer = unknown
    • TGroup = TLayer