ProjectData
caution
In version 6.0.0, pngPreview property was removed. Use createProjectScreenshot method instead.
interface ProjectSaveData
{
data: Uint8Array;
name: string;
id: string;
}
Properties
| Name | Type | Description |
|---|---|---|
| data | Uint8Array | Exported project scene as binary data. |
| name | string | Project name |
| id | string | Project ID |
Description
This structure contains informations about the project. It's obtained from getCurrentProject method.