@hatiolab/things-scene 9.0.0-beta.73 → 9.0.0-beta.74
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.d.ts +6 -0
package/package.json
CHANGED
package/things-scene.d.ts
CHANGED
|
@@ -433,6 +433,12 @@ declare module '@hatiolab/things-scene' {
|
|
|
433
433
|
get started(): boolean
|
|
434
434
|
set started(started: boolean)
|
|
435
435
|
|
|
436
|
+
get tag(): string
|
|
437
|
+
set tag(tag: string)
|
|
438
|
+
|
|
439
|
+
get appendum(): any
|
|
440
|
+
set appendum(appendum: any)
|
|
441
|
+
|
|
436
442
|
get position(): string
|
|
437
443
|
|
|
438
444
|
resetAnimation(): void
|