@mirego/forra-react / components / ScoutChatProps
Interface: ScoutChatProps
Extends
ConversationComponentCommonProps
Properties
about?
optionalabout:string
Inherited from
ConversationComponentCommonProps.about
accessKey?
optionalaccessKey:string
Inherited from
ConversationComponentCommonProps.accessKey
allowedSkills?
optionalallowedSkills:ChatSkillOption[]
Inherited from
ConversationComponentCommonProps.allowedSkills
aria-activedescendant?
optionalaria-activedescendant:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
ConversationComponentCommonProps.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from
ConversationComponentCommonProps.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"list"|"none"|"inline"|"both"
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
ConversationComponentCommonProps.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
ConversationComponentCommonProps.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
ConversationComponentCommonProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Inherited from
ConversationComponentCommonProps.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
ConversationComponentCommonProps.aria-checked
aria-colcount?
optionalaria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
ConversationComponentCommonProps.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
ConversationComponentCommonProps.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
ConversationComponentCommonProps.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
ConversationComponentCommonProps.aria-colspan
aria-controls?
optionalaria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
ConversationComponentCommonProps.aria-controls
aria-current?
optionalaria-current:boolean|"true"|"false"|"page"|"time"|"step"|"location"|"date"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
ConversationComponentCommonProps.aria-current
aria-describedby?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
ConversationComponentCommonProps.aria-describedby
aria-description?
optionalaria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
ConversationComponentCommonProps.aria-description
aria-details?
optionalaria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
ConversationComponentCommonProps.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
ConversationComponentCommonProps.aria-disabled
~~aria-dropeffect?~~
optionalaria-dropeffect:"link"|"none"|"copy"|"execute"|"move"|"popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
ConversationComponentCommonProps.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
ConversationComponentCommonProps.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
ConversationComponentCommonProps.aria-expanded
aria-flowto?
optionalaria-flowto:string
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
ConversationComponentCommonProps.aria-flowto
~~aria-grabbed?~~
optionalaria-grabbed:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
ConversationComponentCommonProps.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"dialog"|"grid"|"listbox"|"menu"|"tree"|"true"|"false"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
ConversationComponentCommonProps.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
ConversationComponentCommonProps.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
ConversationComponentCommonProps.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
ConversationComponentCommonProps.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
ConversationComponentCommonProps.aria-label
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
ConversationComponentCommonProps.aria-labelledby
aria-level?
optionalaria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
ConversationComponentCommonProps.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
ConversationComponentCommonProps.aria-live
aria-modal?
optionalaria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
ConversationComponentCommonProps.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
ConversationComponentCommonProps.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
ConversationComponentCommonProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
ConversationComponentCommonProps.aria-orientation
aria-owns?
optionalaria-owns:string
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
ConversationComponentCommonProps.aria-owns
aria-placeholder?
optionalaria-placeholder:string
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
ConversationComponentCommonProps.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
ConversationComponentCommonProps.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
ConversationComponentCommonProps.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
ConversationComponentCommonProps.aria-readonly
aria-relevant?
optionalaria-relevant:"text"|"all"|"additions"|"additions removals"|"additions text"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
ConversationComponentCommonProps.aria-relevant
aria-required?
optionalaria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
ConversationComponentCommonProps.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
ConversationComponentCommonProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
ConversationComponentCommonProps.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
ConversationComponentCommonProps.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
ConversationComponentCommonProps.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
ConversationComponentCommonProps.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
ConversationComponentCommonProps.aria-selected
aria-setsize?
optionalaria-setsize:number
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
ConversationComponentCommonProps.aria-setsize
aria-sort?
optionalaria-sort:"none"|"other"|"ascending"|"descending"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
ConversationComponentCommonProps.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
ConversationComponentCommonProps.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
ConversationComponentCommonProps.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
ConversationComponentCommonProps.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
ConversationComponentCommonProps.aria-valuetext
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"words"|"off"|"on"|"sentences"|"characters"
Inherited from
ConversationComponentCommonProps.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Inherited from
ConversationComponentCommonProps.autoCorrect
autoFocus?
optionalautoFocus:boolean
Inherited from
ConversationComponentCommonProps.autoFocus
autoFocusChatInput?
optionalautoFocusChatInput:boolean
Inherited from
ConversationComponentCommonProps.autoFocusChatInput
autoSave?
optionalautoSave:string
Inherited from
ConversationComponentCommonProps.autoSave
availableGlobalSkills?
optionalavailableGlobalSkills:ChatSkillOption[]
Inherited from
ConversationComponentCommonProps.availableGlobalSkills
bottomPresentation?
optionalbottomPresentation:ReactNode
Inherited from
ConversationComponentCommonProps.bottomPresentation
chatInputTopBanner?
optionalchatInputTopBanner:ReactNode
Inherited from
ConversationComponentCommonProps.chatInputTopBanner
chatInputVariant?
optionalchatInputVariant:"default"|"simple"
Overrides
ConversationComponentCommonProps.chatInputVariant
children?
optionalchildren:ReactI18NextChildren|Iterable\<ReactI18NextChildren,any,any>
Inherited from
ConversationComponentCommonProps.children
className?
optionalclassName:string
Inherited from
ConversationComponentCommonProps.className
color?
optionalcolor:string
Inherited from
ConversationComponentCommonProps.color
content?
optionalcontent:string
Inherited from
ConversationComponentCommonProps.content
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Inherited from
ConversationComponentCommonProps.contentEditable
contextMenu?
optionalcontextMenu:string
Inherited from
ConversationComponentCommonProps.contextMenu
conversationHeaderComponent?
optionalconversationHeaderComponent:ComponentType\<{children?:ReactNode; }>
Inherited from
ConversationComponentCommonProps.conversationHeaderComponent
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
__html
__html:
string|TrustedHTML
Inherited from
ConversationComponentCommonProps.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Inherited from
ConversationComponentCommonProps.datatype
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
ConversationComponentCommonProps.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Inherited from
ConversationComponentCommonProps.defaultValue
dir?
optionaldir:string
Inherited from
ConversationComponentCommonProps.dir
draggable?
optionaldraggable:Booleanish
Inherited from
ConversationComponentCommonProps.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"send"|"enter"|"done"|"go"|"next"|"previous"
Inherited from
ConversationComponentCommonProps.enterKeyHint
exportparts?
optionalexportparts:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
ConversationComponentCommonProps.exportparts
favouritesBanner?
optionalfavouritesBanner:ReactNode
Inherited from
ConversationComponentCommonProps.favouritesBanner
filesEnabled?
optionalfilesEnabled:boolean
Inherited from
ConversationComponentCommonProps.filesEnabled
hidden?
optionalhidden:boolean
Inherited from
ConversationComponentCommonProps.hidden
id?
optionalid:string
Inherited from
ConversationComponentCommonProps.id
inert?
optionalinert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
ConversationComponentCommonProps.inert
inlist?
optionalinlist:any
Inherited from
ConversationComponentCommonProps.inlist
innerHeader?
optionalinnerHeader:ReactNode
Inherited from
ConversationComponentCommonProps.innerHeader
inputMode?
optionalinputMode:"search"|"none"|"text"|"url"|"tel"|"email"|"numeric"|"decimal"
Hints at the type of data that might be entered by the user while editing the element or its contents
See
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
ConversationComponentCommonProps.inputMode
is?
optionalis:string
Specify that a standard HTML element should behave like a defined custom built-in element
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
ConversationComponentCommonProps.is
itemID?
optionalitemID:string
Inherited from
ConversationComponentCommonProps.itemID
itemProp?
optionalitemProp:string
Inherited from
ConversationComponentCommonProps.itemProp
itemRef?
optionalitemRef:string
Inherited from
ConversationComponentCommonProps.itemRef
itemScope?
optionalitemScope:boolean
Inherited from
ConversationComponentCommonProps.itemScope
itemType?
optionalitemType:string
Inherited from
ConversationComponentCommonProps.itemType
lang?
optionallang:string
Inherited from
ConversationComponentCommonProps.lang
largeConversationDetected?
optionallargeConversationDetected:boolean
Inherited from
ConversationComponentCommonProps.largeConversationDetected
largeConversationResetLoading?
optionallargeConversationResetLoading:boolean
Inherited from
ConversationComponentCommonProps.largeConversationResetLoading
loadingSpinner?
optionalloadingSpinner:ReactNode
Inherited from
ConversationComponentCommonProps.loadingSpinner
maxWidth?
optionalmaxWidth:string
Inherited from
ConversationComponentCommonProps.maxWidth
messageClassNames?
optionalmessageClassNames:MessageClassNames
messageComponents?
optionalmessageComponents:MessageComponents
newConversationPresentation?
optionalnewConversationPresentation:ReactNode
Inherited from
ConversationComponentCommonProps.newConversationPresentation
nonce?
optionalnonce:string
Inherited from
ConversationComponentCommonProps.nonce
onAbort?
optionalonAbort:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onAbortCapture
onAllowedSkillsChange()?
optionalonAllowedSkillsChange: (skills) =>void
Parameters
skills
ChatSkillOption[] | (prev) => ChatSkillOption[]
Returns
void
Inherited from
ConversationComponentCommonProps.onAllowedSkillsChange
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onChangeCapture
onClick?
optionalonClick:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onEndedCapture
onError?
optionalonError:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onKeyDownCapture
~~onKeyPress?~~
optionalonKeyPress:KeyboardEventHandler\<HTMLDivElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
ConversationComponentCommonProps.onKeyPress
~~onKeyPressCapture?~~
optionalonKeyPressCapture:KeyboardEventHandler\<HTMLDivElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
ConversationComponentCommonProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onKeyUpCapture
onLargeConversationReset()?
optionalonLargeConversationReset: () =>void
Returns
void
Inherited from
ConversationComponentCommonProps.onLargeConversationReset
onLoad?
optionalonLoad:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPasteCapture
onPause?
optionalonPause:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onRateChangeCapture
onRealtimeTalkClick()?
optionalonRealtimeTalkClick: () =>void
Returns
void
Inherited from
ConversationComponentCommonProps.onRealtimeTalkClick
onReset?
optionalonReset:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onResetCapture
onScroll?
optionalonScroll:UIEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onSelectCapture
onSkillAdded()?
optionalonSkillAdded: (skill) =>void
Parameters
skill
Returns
void
Inherited from
ConversationComponentCommonProps.onSkillAdded
onStalled?
optionalonStalled:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler\<HTMLDivElement>
Inherited from
ConversationComponentCommonProps.onWheelCapture
outerHeader?
optionalouterHeader:ReactNode
Inherited from
ConversationComponentCommonProps.outerHeader
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
ConversationComponentCommonProps.part
popover?
optionalpopover:""|"auto"|"manual"
Inherited from
ConversationComponentCommonProps.popover
popoverTarget?
optionalpopoverTarget:string
Inherited from
ConversationComponentCommonProps.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
ConversationComponentCommonProps.popoverTargetAction
prefix?
optionalprefix:string
Inherited from
ConversationComponentCommonProps.prefix
promptInputPlaceholder()?
optionalpromptInputPlaceholder: (assistantName) =>string
Parameters
assistantName
string
Returns
string
Inherited from
ConversationComponentCommonProps.promptInputPlaceholder
property?
optionalproperty:string
Inherited from
ConversationComponentCommonProps.property
radioGroup?
optionalradioGroup:string
Inherited from
ConversationComponentCommonProps.radioGroup
realtimeTalkEnabled?
optionalrealtimeTalkEnabled:boolean
Inherited from
ConversationComponentCommonProps.realtimeTalkEnabled
rel?
optionalrel:string
Inherited from
ConversationComponentCommonProps.rel
resource?
optionalresource:string
Inherited from
ConversationComponentCommonProps.resource
results?
optionalresults:number
Inherited from
ConversationComponentCommonProps.results
rev?
optionalrev:string
Inherited from
ConversationComponentCommonProps.rev
role?
optionalrole:AriaRole
Inherited from
ConversationComponentCommonProps.role
security?
optionalsecurity:string
Inherited from
ConversationComponentCommonProps.security
showNewConversationPresentation?
optionalshowNewConversationPresentation:boolean
Inherited from
ConversationComponentCommonProps.showNewConversationPresentation
slot?
optionalslot:string
Inherited from
ConversationComponentCommonProps.slot
spellCheck?
optionalspellCheck:Booleanish
Inherited from
ConversationComponentCommonProps.spellCheck
style?
optionalstyle:CSSProperties
Inherited from
ConversationComponentCommonProps.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
ConversationComponentCommonProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
ConversationComponentCommonProps.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Inherited from
ConversationComponentCommonProps.tabIndex
title?
optionaltitle:string
Inherited from
ConversationComponentCommonProps.title
translate?
optionaltranslate:"no"|"yes"
Inherited from
ConversationComponentCommonProps.translate
typeof?
optionaltypeof:string
Inherited from
ConversationComponentCommonProps.typeof
unselectable?
optionalunselectable:"off"|"on"
Inherited from
ConversationComponentCommonProps.unselectable
vocab?
optionalvocab:string
Inherited from
ConversationComponentCommonProps.vocab