Skip to content

Commit 5c22750

Browse files
author
marker dao ®
committed
feat(chat.d.ts): Add the MainActionButtonBehavior enum
1 parent 510ea28 commit 5c22750

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/devextreme/js/ui/chat.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,9 @@ export type EmptyViewTemplateData = {
354354
};
355355
};
356356

357+
/** @public */
358+
export type MainActionButtonBehavior = 'default' | 'custom';
359+
357360
/**
358361
* @docid
359362
* @namespace DevExpress.ui.dxChat
@@ -370,7 +373,7 @@ export type MainActionButtonProperties = {
370373
* @public
371374
* @default 'default'
372375
*/
373-
behavior?: 'default' | 'custom';
376+
behavior?: MainActionButtonBehavior;
374377
/**
375378
* @docid
376379
* @type_function_param1 e:{ui/chat:MainActionButtonClickEvent}

0 commit comments

Comments
 (0)