Type alias RestoreRequestOptions
RestoreRequestOptions: { clearSceneStack: boolean; fromStorageName?: string; fromVariable?: Variable; profileNames: string[]; } Type declaration
clearSceneStack: boolean
Optional fromStorageName?: string
Optional fromVariable?: Variable
profileNames: string[]