Interface: NarrationProps
Props for the Narration component.
Properties
children?
optional
children:ReactNode
Optional children elements to be rendered within the narration.
Defined in
className?
optional
className:string
Optional additional class names for the narration container.
Defined in
id
id:
string
The unique identifier for the narration.
Defined in
showActions?
optional
showActions:boolean
Flag to show or hide the action buttons.
Defined in
showSparkle?
optional
showSparkle:boolean
Flag to show or hide the sparkle element.
Defined in
sparkleLink?
optional
sparkleLink:string
Optional link for the sparkle element.
Defined in
sparkleText?
optional
sparkleText:string
Optional text for the sparkle element.
Defined in
title
title:
string
The title of the narration.
Defined in
titleClassName?
optional
titleClassName:string
Optional additional class names for the title element.
Defined in
titleTag?
optional
titleTag: keyof IntrinsicElements
The HTML tag to use for the title element.