Type Alias RestoredDataState

RestoredDataState: {
    blockCollections: DucBlockCollection[];
    blockInstances: DucBlockInstance[];
    blocks: DucBlock[];
    charter: ExportedDataState["charter"];
    dictionary: ExportedDataState["dictionary"];
    elements: OrderedDucElement[];
    files: DucExternalFiles;
    filesData: ExternalFilesData;
    globalState: ExportedDataState["globalState"];
    groups: DucGroup[];
    id: ExportedDataState["id"];
    issues: ExportedDataState["issues"];
    layers: DucLayer[];
    localState: RestoredLocalState;
    regions: DucRegion[];
    thumbnail: ExportedDataState["thumbnail"];
    versionGraph: ExportedDataState["versionGraph"];
}

Type declaration