We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8632c22 commit 720f1ceCopy full SHA for 720f1ce
packages/core/src/openbim/IDSSpecifications/index.ts
@@ -40,6 +40,8 @@ export class IDSSpecifications extends Component {
40
trimValues: true,
41
});
42
43
+ IDSInfo?: IDSInfo;
44
+
45
constructor(components: Components) {
46
super(components);
47
components.add(IDSSpecifications.uuid, this);
0 commit comments