@gmb/bitmark-parser - v7.2.0
Preparing search index...
VideoResource
Type Alias VideoResource
type
VideoResource
=
{
type
:
"video"
;
video
?:
{
allowSubtitles
?:
boolean
;
alt
?:
string
;
autoplay
?:
boolean
;
duration
?:
string
;
height
?:
number
;
mute
?:
boolean
;
posterImage
?:
{
alt
?:
string
;
caption
?:
BitmarkPlus
;
copyright
?:
string
;
height
?:
number
;
license
?:
string
;
search
?:
string
;
selected
?:
boolean
;
showInIndex
?:
boolean
;
src
?:
string
;
src1x
?:
string
;
src2x
?:
string
;
src3x
?:
string
;
src4x
?:
string
;
srcAlt
?:
string
[]
;
width
?:
number
;
zoomDisabled
?:
boolean
;
[
key
:
string
]:
unknown
;
}
;
showSubtitles
?:
boolean
;
src
?:
string
;
thumbnails
?:
VideoResourceVideoThumbnail
[]
;
width
?:
number
;
[
key
:
string
]:
unknown
;
}
;
}
Index
Properties
type
video?
Properties
type
type
:
"video"
Optional
video
video
?:
{
allowSubtitles
?:
boolean
;
alt
?:
string
;
autoplay
?:
boolean
;
duration
?:
string
;
height
?:
number
;
mute
?:
boolean
;
posterImage
?:
{
alt
?:
string
;
caption
?:
BitmarkPlus
;
copyright
?:
string
;
height
?:
number
;
license
?:
string
;
search
?:
string
;
selected
?:
boolean
;
showInIndex
?:
boolean
;
src
?:
string
;
src1x
?:
string
;
src2x
?:
string
;
src3x
?:
string
;
src4x
?:
string
;
srcAlt
?:
string
[]
;
width
?:
number
;
zoomDisabled
?:
boolean
;
[
key
:
string
]:
unknown
;
}
;
showSubtitles
?:
boolean
;
src
?:
string
;
thumbnails
?:
VideoResourceVideoThumbnail
[]
;
width
?:
number
;
[
key
:
string
]:
unknown
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
video
@gmb/bitmark-parser - v7.2.0
Loading...