MLightCAD
    Preparing search index...

    Interface MlCountListGroup

    Aggregated count row shown in the Count palette.

    interface MlCountListGroup {
        blockName: string;
        count: number;
        instances: MlCountListInstance[];
        key: string;
        label: string;
    }
    Index

    Properties

    blockName: string
    count: number
    instances: MlCountListInstance[]
    key: string
    label: string