Skip to main content

ProjectData

caution

In version 6.0.0, pngPreview property was removed. Use createProjectScreenshot method instead.

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

Properties

NameTypeDescription
dataUint8ArrayExported project scene as binary data.
namestringProject name
idstringProject ID

Description

This structure contains informations about the project. It's obtained from getCurrentProject method.