AcDbChangeContainer:
    | { ownerId: string; type: "blockTableRecord" }
    | { tableName: string; type: "symbolTable" }
    | { dictionaryId: string; key: string; type: "dictionary" }

Identifies the container that holds a database object for undo/redo recording.

  • blockTableRecord — entity membership in a block table record
  • symbolTable — symbol table record membership
  • dictionary — named entry in an AcDbDictionary