MLightCAD
    Preparing search index...

    Interface LayerFilterTreeNodeInfo

    One node in the Layer Manager filter tree (AcLy* / AcDbDatabase.layerFilters).

    interface LayerFilterTreeNodeInfo {
        children: LayerFilterTreeNodeInfo[];
        id: string;
        isGroup: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    Nested child filters.

    id: string

    Stable UI id for the tree node.

    isGroup: boolean

    Whether this is a group (ID) filter.

    name: string

    Display name.