Preparing search index...
The search index is not available
@aws/mynah-ui
@aws/mynah-ui
ChatItemCardContentProps
Interface ChatItemCardContentProps
interface
ChatItemCardContentProps
{
body
?:
null
|
string
;
children
?:
(
string
|
DomBuilderObject
|
ExtendedHTMLElement
|
HTMLElement
)
[]
;
classNames
?:
string
[]
;
codeReference
?:
null
|
ReferenceTrackerInformation
[]
;
contentProperties
?:
{
codeBlockActions
?:
CodeBlockActions
;
onCodeBlockAction
?:
OnCodeBlockActionFunction
;
onCopiedToClipboard
?:
OnCopiedToClipboardFunction
;
onLinkClick
?:
(
(
url
,
e
)
=>
void
)
;
}
;
hideCodeBlockLanguage
?:
boolean
;
onAnimationStateChange
?:
(
(
isAnimating
)
=>
void
)
;
renderAsStream
?:
boolean
;
testId
?:
string
;
}
Index
Properties
body?
children?
class
Names?
code
Reference?
content
Properties?
hide
Code
Block
Language?
on
Animation
State
Change?
render
As
Stream?
test
Id?
Properties
Optional
body
body
?:
null
|
string
Optional
children
children
?:
(
string
|
DomBuilderObject
|
ExtendedHTMLElement
|
HTMLElement
)
[]
Optional
class
Names
class
Names
?:
string
[]
Optional
code
Reference
code
Reference
?:
null
|
ReferenceTrackerInformation
[]
Optional
content
Properties
content
Properties
?:
{
codeBlockActions
?:
CodeBlockActions
;
onCodeBlockAction
?:
OnCodeBlockActionFunction
;
onCopiedToClipboard
?:
OnCopiedToClipboardFunction
;
onLinkClick
?:
(
(
url
,
e
)
=>
void
)
;
}
Type declaration
Optional
code
Block
Actions
?:
CodeBlockActions
Optional
on
Code
Block
Action
?:
OnCodeBlockActionFunction
Optional
on
Copied
To
Clipboard
?:
OnCopiedToClipboardFunction
Optional
on
Link
Click
?:
(
(
url
,
e
)
=>
void
)
(
url
,
e
)
:
void
Parameters
url
:
string
e
:
MouseEvent
Returns
void
Optional
hide
Code
Block
Language
hide
Code
Block
Language
?:
boolean
Optional
on
Animation
State
Change
on
Animation
State
Change
?:
(
(
isAnimating
)
=>
void
)
Type declaration
(
isAnimating
)
:
void
Parameters
isAnimating
:
boolean
Returns
void
Optional
render
As
Stream
render
As
Stream
?:
boolean
Optional
test
Id
test
Id
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
children
class
Names
code
Reference
content
Properties
hide
Code
Block
Language
on
Animation
State
Change
render
As
Stream
test
Id
@aws/mynah-ui
Loading...