Trevixal API
Preparing search index...
@trevixal/extension-embed
IframeAttrs
Interface IframeAttrs
interface
IframeAttrs
{
height
?:
string
|
number
|
null
;
provider
?:
"youtube"
|
"vimeo"
|
"generic"
;
src
:
string
;
title
?:
string
|
null
;
width
?:
string
|
number
|
null
;
}
Index
Properties
height?
provider?
src
title?
width?
Properties
Optional
Readonly
height
height
?:
string
|
number
|
null
Optional
Readonly
provider
provider
?:
"youtube"
|
"vimeo"
|
"generic"
Derived from the host when omitted.
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
height
provider
src
title
width
Trevixal API
Loading...
Derived from the host when omitted.