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