Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/media/hooks/use-frame-preview
UseFramePreviewOptions
Interface UseFramePreviewOptions
interface
UseFramePreviewOptions
{
onError
?:
(
error
:
string
)
=>
void
;
onFramesExtracted
?:
(
frames
:
TimelineFrame
[]
)
=>
void
;
}
Index
Properties
on
Error?
on
Frames
Extracted?
Properties
Optional
on
Error
onError
?:
(
error
:
string
)
=>
void
Optional
on
Frames
Extracted
onFramesExtracted
?:
(
frames
:
TimelineFrame
[]
)
=>
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
Error
on
Frames
Extracted
Timeline Studio API Documentation - v0.26.0
Loading...