Preparing search index...
The search index is not available
MFE Documentation
MFE Documentation
VideoGallery
<internal>
VideoGalleryProps
Interface VideoGalleryProps
Props for the VideoGallery component.
interface
VideoGalleryProps
{
autoPlay
?:
boolean
;
currentIndex
:
number
;
handleCurrentIndex
:
(
index
:
number
)
=>
void
;
handleDuration
:
(
duration
:
null
|
string
)
=>
void
;
videos
:
MediumProps
[]
;
}
Index
Properties
auto
Play?
current
Index
handle
Current
Index
handle
Duration
videos
Properties
Optional
auto
Play
autoPlay
?:
boolean
current
Index
currentIndex
:
number
handle
Current
Index
handleCurrentIndex
:
(
index
:
number
)
=>
void
handle
Duration
handleDuration
:
(
duration
:
null
|
string
)
=>
void
videos
videos
:
MediumProps
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
auto
Play
current
Index
handle
Current
Index
handle
Duration
videos
MFE Documentation
Loading...
Props for the VideoGallery component.