Skip to main content

OpenProjectData

interface OpenProjectData
{
data: Uint8Array;
name: string;
id: string;
readOnly: boolean;
}

Properties

NameTypeDescription
dataUint8ArrayBinary file of the project
namestringProject name
idstringProject ID
readOnlybooleanWhen project is loaded with readOnly flag, application blocks any modification to the project.

Description