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