Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/browser/types/effects-provider
LoadResult
Interface LoadResult<T>
Результат операции загрузки
interface
LoadResult
<
T
=
Resource
[]
>
{
data
:
T
;
error
?:
string
;
source
:
ResourceSource
;
success
:
boolean
;
timestamp
:
number
;
}
Type Parameters
T
=
Resource
[]
Index
Properties
data
error?
source
success
timestamp
Properties
data
data
:
T
Optional
error
error
?:
string
source
source
:
ResourceSource
success
success
:
boolean
timestamp
timestamp
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
error
source
success
timestamp
Timeline Studio API Documentation - v0.26.0
Loading...
Результат операции загрузки