Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/media/hooks/use-media-restoration
RestorationState
Interface RestorationState
Состояние процесса восстановления
interface
RestorationState
{
currentFile
?:
string
;
error
?:
string
;
isRestoring
:
boolean
;
phase
:
"error"
|
"completed"
|
"scanning"
|
"restoring"
|
"user_input"
;
progress
:
number
;
}
Index
Properties
current
File?
error?
is
Restoring
phase
progress
Properties
Optional
current
File
currentFile
?:
string
Optional
error
error
?:
string
is
Restoring
isRestoring
:
boolean
phase
phase
:
"error"
|
"completed"
|
"scanning"
|
"restoring"
|
"user_input"
progress
progress
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
File
error
is
Restoring
phase
progress
Timeline Studio API Documentation - v0.26.0
Loading...
Состояние процесса восстановления