Skip to main content

ProjectData

interface ProjectSaveData
{
data: Uint8Array;
pngPreview: Uint8Array;
name: string;
id: string;
}

Properties

Parameters

NameTypeDescription
dataUint8ArrayExported project scene as binary data.
pngPreviewUint8ArrayProject preview image as binary data (PNG format encoded)
namestringProject name
idstringProject ID

Description

This structure contains information about the project. It can be retrieved using the getCurrentProject method.