Type alias RestoreRequestOptions
RestoreRequestOptions: { clearSceneStack: boolean; fromStorageName?: string; fromVariable?: Variable; profileNames: string[]; resolveTask?: (() => void); } Type declaration
clearSceneStack: boolean
Optional fromStorageName?: string
Optional fromVariable?: Variable
profileNames: string[]
Optional resolveTask?: (() => void)