@gmb/bitmark-parser - v7.2.0
Preparing search index...
AudioResource
Type Alias AudioResource
type
AudioResource
=
{
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
;
}
;
type
:
"audio"
;
}
Index
Properties
audio?
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
;
}
type
type
:
"audio"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audio
type
@gmb/bitmark-parser - v7.2.0
Loading...