@hatiolab/things-scene 9.0.0-beta.16 → 9.0.0-beta.17
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/package.json +1 -1
- package/things-scene-ie.js +1 -1
- package/things-scene-min.js +1 -1
- package/things-scene.d.ts +5 -0
- package/things-scene.mjs +2 -2
package/things-scene.d.ts
CHANGED
|
@@ -405,6 +405,11 @@ declare module '@hatiolab/things-scene' {
|
|
|
405
405
|
get decorators(): Array<string | Decorator>
|
|
406
406
|
get reactionDecorators(): Array<string | Decorator>
|
|
407
407
|
|
|
408
|
+
get started(): boolean
|
|
409
|
+
set started(started: boolean)
|
|
410
|
+
|
|
411
|
+
resetAnimation(): void
|
|
412
|
+
|
|
408
413
|
isRootModel(): boolean
|
|
409
414
|
isContainer(): boolean
|
|
410
415
|
isLine(): boolean
|