Skip to content

Commit 720f1ce

Browse files
author
Pablo
committed
feat: Adds IDSInfo as an accessible attribute
1 parent 8632c22 commit 720f1ce

File tree

1 file changed

+2
-0
lines changed
  • packages/core/src/openbim/IDSSpecifications

1 file changed

+2
-0
lines changed

packages/core/src/openbim/IDSSpecifications/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ export class IDSSpecifications extends Component {
4040
trimValues: true,
4141
});
4242

43+
IDSInfo?: IDSInfo;
44+
4345
constructor(components: Components) {
4446
super(components);
4547
components.add(IDSSpecifications.uuid, this);

0 commit comments

Comments
 (0)