UMD Web Elements Library
Preparing search index...
composite
hero
HeroMinimalProps
Interface HeroMinimalProps
Minimal hero variant props Explicitly defines all properties needed for minimal hero
interface
HeroMinimalProps
{
actions
?:
ContentElement
;
eyebrow
?:
ContentElement
;
headline
?:
ContentElement
;
image
?:
ImageElement
;
isThemeDark
?:
boolean
;
isThemeLight
?:
boolean
;
isThemeMaryland
?:
boolean
;
text
?:
ContentElement
;
video
?:
VideoElement
;
}
Hierarchy (
View Summary
)
HeroAssetProps
Pick
<
ThemeProps
,
"isThemeDark"
|
"isThemeLight"
|
"isThemeMaryland"
>
HeroMinimalProps
Index
Properties
actions?
eyebrow?
headline?
image?
is
Theme
Dark?
is
Theme
Light?
is
Theme
Maryland?
text?
video?
Properties
Optional
actions
actions
?:
ContentElement
Optional
eyebrow
eyebrow
?:
ContentElement
Optional
headline
headline
?:
ContentElement
Optional
image
image
?:
ImageElement
Optional
is
Theme
Dark
isThemeDark
?:
boolean
Optional
is
Theme
Light
isThemeLight
?:
boolean
Optional
is
Theme
Maryland
isThemeMaryland
?:
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
is
Theme
Dark
is
Theme
Light
is
Theme
Maryland
text
video
UMD Web Elements Library
Loading...
Minimal hero variant props Explicitly defines all properties needed for minimal hero