ChainOfThoughtExpandedChangeEvent
Interface
The arguments for the onExpandedChange event of the ChainOfThought component.
Definition
Package:@progress/kendo-react-conversational-ui
Properties
expanded
boolean
The new expanded state of the component.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
target
HTMLButtonElement
An event target.