Interface ModelChange

One specific change to a BB

interface ModelChange {
    buildingBlockChanges: BuildingBlockChange[];
    changeType: ModelChangeType;
    id: number;
}

Properties

buildingBlockChanges: BuildingBlockChange[]

Changes to the building block

changeType: ModelChangeType

Type of the change

id: number

Id of the affected building block