Type Alias MapElementToUpdateState

MapElementToUpdateState: {
    area: TGeometryUpdateState;
    door: TDoorsUpdateState;
    "exterior-doors": TDoorsUpdateState;
    "exterior-walls": TWallsUpdateState;
    facade: TFacadeUpdateState;
    floor: TFloorUpdateState;
    "image-3d": TImageUpdateState;
    "interior-doors": TDoorsUpdateState;
    "interior-walls": TWallsUpdateState;
    label: TLabelUpdateState;
    marker: TMarkerUpdateState;
    model: TModelUpdateState;
    object: TGeometryUpdateState;
    path: TPathUpdateState;
    "path-segment": TPathUpdateState;
    shape: TShapeUpdateState;
    space: TGeometryUpdateState;
    "text-3d": TText3DUpdateState;
}

Centralized mapping of element types to their update state types.