UMD Web Elements Library
Preparing search index...
composite
hero
HeroStandardProps
Interface HeroStandardProps
Standard hero variant props Explicitly defines all properties needed for standard hero
interface
HeroStandardProps
{
actions
?:
ContentElement
;
eyebrow
?:
ContentElement
;
headline
?:
ContentElement
;
image
?:
ImageElement
;
includesAnimation
?:
boolean
;
isHeightFull
?:
boolean
;
isHeightSmall
?:
boolean
;
isTextCenter
?:
boolean
;
isTextRight
?:
boolean
;
isThemeDark
?:
boolean
;
text
?:
ContentElement
;
video
?:
VideoElement
;
}
Hierarchy (
View Summary
)
HeroAssetProps
HeroAnimationProps
HeroSizingProps
HeroLayoutProps
Pick
<
ThemeProps
,
"isThemeDark"
>
HeroStandardProps
Index
Properties
actions?
eyebrow?
headline?
image?
includes
Animation?
is
Height
Full?
is
Height
Small?
is
Text
Center?
is
Text
Right?
is
Theme
Dark?
text?
video?
Properties
Optional
actions
actions
?:
ContentElement
Optional
eyebrow
eyebrow
?:
ContentElement
Optional
headline
headline
?:
ContentElement
Optional
image
image
?:
ImageElement
Optional
includes
Animation
includesAnimation
?:
boolean
Optional
is
Height
Full
isHeightFull
?:
boolean
Optional
is
Height
Small
isHeightSmall
?:
boolean
Optional
is
Text
Center
isTextCenter
?:
boolean
Optional
is
Text
Right
isTextRight
?:
boolean
Optional
is
Theme
Dark
isThemeDark
?:
boolean
Optional
text
text
?:
ContentElement
Optional
video
video
?:
VideoElement
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
actions
eyebrow
headline
image
includes
Animation
is
Height
Full
is
Height
Small
is
Text
Center
is
Text
Right
is
Theme
Dark
text
video
UMD Web Elements Library
Loading...
Standard hero variant props Explicitly defines all properties needed for standard hero