Websites v4 docs v5.2.5
Preparing search index...
API Reference/State
VideoFieldElement
Interface VideoFieldElement
interface
VideoFieldElement
{
autoplay
:
boolean
;
controls
:
boolean
;
height
?:
number
;
image
?:
{
alt
:
string
;
src
?:
string
}
;
lazyLoading
?:
boolean
;
loop
:
boolean
;
muted
:
boolean
;
src
:
string
;
width
?:
number
;
}
Hierarchy (
View Summary
)
VideoField
VideoFieldElement
Index
Properties
autoplay
controls
height?
image?
lazy
Loading?
loop
muted
src
width?
Properties
autoplay
autoplay
:
boolean
controls
controls
:
boolean
Optional
height
height
?:
number
Optional
image
image
?:
{
alt
:
string
;
src
?:
string
}
Optional
lazy
Loading
lazyLoading
?:
boolean
loop
loop
:
boolean
muted
muted
:
boolean
src
src
:
string
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autoplay
controls
height
image
lazy
Loading
loop
muted
src
width
Websites v4 docs v5.2.5
Loading...