Minimal XRecord shape used when reconstructing the filter tree.

interface AcDbPersistXRecord {
    data: AcDbLayerFilterGroup[];
    extensionDictionaryId?: string;
    handle: string;
    ownerObjectId?: string;
}

Properties

XRecord payload as DXF group pairs.

extensionDictionaryId?: string

Extension dictionary handle, when known.

handle: string

Object handle.

ownerObjectId?: string

Owner object handle, when known.