Preparing search index...
The search index is not available
@aws/mynah-ui
@aws/mynah-ui
ChatItemAction
Interface ChatItemAction
interface
ChatItemAction
{
command
?:
string
;
context
?:
string
[]
|
QuickActionCommand
[]
;
description
?:
string
;
disabled
?:
boolean
;
escapedPrompt
?:
string
;
icon
?:
MynahIcons
|
"q"
|
"menu"
|
"minus"
|
"search"
|
"plus"
|
"paper-clip"
|
"list-add"
|
"tabs"
|
"chat"
|
"link"
|
"folder"
|
"file"
|
"flash"
|
"doc"
|
"external"
|
"cancel"
|
"cancel-circle"
|
"calendar"
|
"comment"
|
"megaphone"
|
"magic"
|
"notification"
|
"eye"
|
"ellipsis"
|
"ok"
|
"up-open"
|
"down-open"
|
"right-open"
|
"left-open"
|
"resize-full"
|
"resize-small"
|
"block"
|
"ok-circled"
|
"info"
|
"warning"
|
"error"
|
"thumbs-up"
|
"thumbs-down"
|
"star"
|
"stack"
|
"light-bulb"
|
"envelope-send"
|
"refresh"
|
"progress"
|
"scroll-down"
|
"user"
|
"play"
|
"pause"
|
"stop"
|
"pencil"
|
"code-block"
|
"copy"
|
"cursor-insert"
|
"text-select"
|
"revert"
|
"rocket"
|
"asterisk"
|
"bug"
|
"check-list"
|
"deploy"
|
"help"
|
"message"
|
"trash"
|
"transform"
;
options
?:
Record
<
string
,
string
>
;
pillText
:
string
;
prompt
?:
string
;
status
?:
Status
|
"primary"
;
type
?:
string
;
}
Hierarchy (
view full
)
ChatPrompt
ChatItemAction
Index
Properties
command?
context?
description?
disabled?
escaped
Prompt?
icon?
options?
pill
Text
prompt?
status?
type?
Properties
Optional
command
command
?:
string
Optional
context
context
?:
string
[]
|
QuickActionCommand
[]
Optional
description
description
?:
string
Optional
disabled
disabled
?:
boolean
Optional
escaped
Prompt
escaped
Prompt
?:
string
Optional
icon
icon
?:
MynahIcons
|
"q"
|
"menu"
|
"minus"
|
"search"
|
"plus"
|
"paper-clip"
|
"list-add"
|
"tabs"
|
"chat"
|
"link"
|
"folder"
|
"file"
|
"flash"
|
"doc"
|
"external"
|
"cancel"
|
"cancel-circle"
|
"calendar"
|
"comment"
|
"megaphone"
|
"magic"
|
"notification"
|
"eye"
|
"ellipsis"
|
"ok"
|
"up-open"
|
"down-open"
|
"right-open"
|
"left-open"
|
"resize-full"
|
"resize-small"
|
"block"
|
"ok-circled"
|
"info"
|
"warning"
|
"error"
|
"thumbs-up"
|
"thumbs-down"
|
"star"
|
"stack"
|
"light-bulb"
|
"envelope-send"
|
"refresh"
|
"progress"
|
"scroll-down"
|
"user"
|
"play"
|
"pause"
|
"stop"
|
"pencil"
|
"code-block"
|
"copy"
|
"cursor-insert"
|
"text-select"
|
"revert"
|
"rocket"
|
"asterisk"
|
"bug"
|
"check-list"
|
"deploy"
|
"help"
|
"message"
|
"trash"
|
"transform"
Optional
options
options
?:
Record
<
string
,
string
>
pill
Text
pill
Text
:
string
Optional
prompt
prompt
?:
string
Optional
status
status
?:
Status
|
"primary"
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
command
context
description
disabled
escaped
Prompt
icon
options
pill
Text
prompt
status
type
@aws/mynah-ui
Loading...