次の方法で共有


ChatCompositeOptions type

ChatCompositeのオプション機能。

type ChatCompositeOptions = {
  autoFocus?: "sendBoxTextField"
  errorBar?: boolean
  topic?: boolean
}