HeaderButtonsConfig
Agent Runtimes / types/chat / HeaderButtonsConfig
Interface: HeaderButtonsConfig
Defined in: types/chat.ts:152
Header button configuration
Properties
onClear?
optionalonClear?: () =>void
Defined in: types/chat.ts:162
Callback when clear clicked
Returns
void
onNewChat?
optionalonNewChat?: () =>void
Defined in: types/chat.ts:160
Callback when new chat clicked
Returns
void
onSettings?
optionalonSettings?: () =>void
Defined in: types/chat.ts:164
Callback when settings clicked
Returns
void
showClear?
optionalshowClear?:boolean
Defined in: types/chat.ts:156
Show clear button
showNewChat?
optionalshowNewChat?:boolean
Defined in: types/chat.ts:154
Show new chat button
showSettings?
optionalshowSettings?:boolean
Defined in: types/chat.ts:158
Show settings button