We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510ea28 commit 5c22750Copy full SHA for 5c22750
1 file changed
packages/devextreme/js/ui/chat.d.ts
@@ -354,6 +354,9 @@ export type EmptyViewTemplateData = {
354
};
355
356
357
+/** @public */
358
+export type MainActionButtonBehavior = 'default' | 'custom';
359
+
360
/**
361
* @docid
362
* @namespace DevExpress.ui.dxChat
@@ -370,7 +373,7 @@ export type MainActionButtonProperties = {
370
373
* @public
371
374
* @default 'default'
372
375
*/
- behavior?: 'default' | 'custom';
376
+ behavior?: MainActionButtonBehavior;
377
378
379
* @type_function_param1 e:{ui/chat:MainActionButtonClickEvent}
0 commit comments