Trevixal API
Preparing search index...
@trevixal/extension-embed
VideoAttrs
Interface VideoAttrs
interface
VideoAttrs
{
controls
?:
boolean
;
height
?:
string
|
number
|
null
;
poster
?:
string
|
null
;
src
:
string
;
title
?:
string
|
null
;
width
?:
string
|
number
|
null
;
}
Index
Properties
controls?
height?
poster?
src
title?
width?
Properties
Optional
Readonly
controls
controls
?:
boolean
Optional
Readonly
height
height
?:
string
|
number
|
null
Optional
Readonly
poster
poster
?:
string
|
null
Readonly
src
src
:
string
Optional
Readonly
title
title
?:
string
|
null
Optional
Readonly
width
width
?:
string
|
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
controls
height
poster
src
title
width
Trevixal API
Loading...