@hatiolab/things-scene 3.0.37 → 3.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/things-scene.d.ts CHANGED
@@ -283,13 +283,14 @@ declare module '@hatiolab/things-scene' {
283
283
  rootModel: ModelLayer
284
284
  parent: Container
285
285
  app: ApplicationContext
286
- model: Model
287
- hierarchy: Model
288
286
  path: Array<DIMENSION>
289
287
  hidden: boolean
290
288
 
291
289
  get nature(): ComponentNature
292
290
 
291
+ get model(): Model
292
+ get hierarchy(): Model
293
+
293
294
  get font(): string
294
295
 
295
296
  get data(): any