ULM
    Preparing search index...

    Interface AddGroupLayerParams<TGroup>

    interface AddGroupLayerParams<TGroup> {
        visible?: boolean;
        enabled?: boolean;
        index?: number;
        position?: "top" | "bottom";
        layerConfig: LayerGroupConfig<TGroup>;
    }

    Type Parameters

    • TGroup

    Hierarchy

    • BaseAddLayerParams
      • AddGroupLayerParams
    Index

    Properties

    visible?: boolean
    enabled?: boolean
    index?: number
    position?: "top" | "bottom"
    layerConfig: LayerGroupConfig<TGroup>