UMD Web Elements Library
Preparing search index...
_types
MediaComponentProps
Interface MediaComponentProps
interface
MediaComponentProps
{
altText
?:
string
;
autoPlay
?:
boolean
;
caption
?:
ContentElement
;
controls
?:
boolean
;
credit
?:
ContentElement
;
image
?:
HTMLImageElement
|
HTMLAnchorElement
|
null
;
isAspectStandard
?:
boolean
;
isScaled
?:
boolean
;
loop
?:
boolean
;
muted
?:
boolean
;
poster
?:
string
;
title
?:
string
;
video
?:
VideoElement
;
}
Hierarchy (
View Summary
)
AssetProps
MediaProps
MediaComponentProps
Index
Properties
alt
Text?
auto
Play?
caption?
controls?
credit?
image?
is
Aspect
Standard?
is
Scaled?
loop?
muted?
poster?
title?
video?
Properties
Optional
alt
Text
altText
?:
string
Optional
auto
Play
autoPlay
?:
boolean
Optional
caption
caption
?:
ContentElement
Optional
controls
controls
?:
boolean
Optional
credit
credit
?:
ContentElement
Optional
image
image
?:
HTMLImageElement
|
HTMLAnchorElement
|
null
Optional
is
Aspect
Standard
isAspectStandard
?:
boolean
Optional
is
Scaled
isScaled
?:
boolean
Optional
loop
loop
?:
boolean
Optional
muted
muted
?:
boolean
Optional
poster
poster
?:
string
Optional
title
title
?:
string
Optional
video
video
?:
VideoElement
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
alt
Text
auto
Play
caption
controls
credit
image
is
Aspect
Standard
is
Scaled
loop
muted
poster
title
video
UMD Web Elements Library
Loading...