exportScene
Export current 3D view, layers, and entity state as JSON. Returns success status and data for saving or sharing scene configuration.
Instructions
Export the current view, layer, and entity state as JSON. Returns { success: boolean, data?: unknown, message?: string, error?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Target browser session ID for multi-browser routing (optional) |