@laplace.live/persona-sdk 0.8.0 → 0.8.1
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/dist/wire/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/wire/types.d.ts
CHANGED
|
@@ -435,7 +435,7 @@ export interface Scene {
|
|
|
435
435
|
name: string;
|
|
436
436
|
/** Models and objects in one list; array order = z-order (bottom to top) within each space. */
|
|
437
437
|
items: SceneItem[];
|
|
438
|
-
/**
|
|
438
|
+
/** Hotkey target and the default instance for model-scoped methods. null only when `items` holds no model. */
|
|
439
439
|
primaryInstanceId: string | null;
|
|
440
440
|
background: SceneBackground;
|
|
441
441
|
behavior: SceneBehavior;
|