OpenProjectData
interface OpenProjectData
{
data: Uint8Array;
name: string;
id: string;
readOnly: boolean;
}
Properties
Name | Type | Description |
---|---|---|
data | Uint8Array | Binary file of the project |
name | string | Project name |
id | string | Project ID |
readOnly | boolean | When project is loaded with readOnly flag, application blocks any modification to the project. |