Components

EntryPoint

<EntryPoint {...EntryPoint.EntryPointProps} />

This is a Entry point container holding the icon and tagline. Can be themed with theme.EntryPoint

Members

DynamicContentStore.<EntryPoint.EntryPointChildrenProps>

# static readonly Content

Dynamic content store
EntryPoint.EntryPointProps

# static readonly defaultProps

Default properties

Type Definitions

EntryPoint.EntryPointProps

# EntryPointChildrenProps

Properties of Entry point component.
Properties:
Name Type Attributes Description
isEntryPointExpanded boolean <optional>
Represents if entrypoint is expanded.

# EntryPointProps

Properties of Entry point component.
Properties:
Name Type Attributes Default Description
hideTaglineWhenExpanded boolean <optional>
true Tells if the tagline has to be hidden when expended.
iconClosed string | React.ReactNode <optional>
"MessageBold" Represents icon to be shown when not expanded.
iconExpanded string | React.ReactNode <optional>
"ArrowDown" Represents icon to be shown when expanded.
tagline React.ReactChild <optional>
Represents the tagline to be shown.
collapsedIconAriaProps AriaProps <optional>
Collapsed icon aria props.
openedIconAriaProps AriaProps <optional>
Opened icon aria props.
children DynamicComponentChildren.<EntryPoint.EntryPointChildrenProps> <optional>
children