Skip to content

Interface: RestorationReport

Defined in: src/serialization/ViewerState.ts:96

Properties

success

ts
success: boolean;

Defined in: src/serialization/ViewerState.ts:97


warnings

ts
warnings: string[];

Defined in: src/serialization/ViewerState.ts:98


surfacesRestored

ts
surfacesRestored: string[];

Defined in: src/serialization/ViewerState.ts:99


surfacesSkipped

ts
surfacesSkipped: string[];

Defined in: src/serialization/ViewerState.ts:100

Released under the MIT License.