Skip to content

Commit

Permalink
doc comments in js: sort options
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Jul 16, 2024
1 parent 33d2277 commit cd2b2e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/devextreme/js/ui/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ import Chat from '../__internal/ui/chat/chat';
export default Chat;

/**
* @name dxChatOptions.activeStateEnabled
* @name dxChatOptions.accessKey
* @hidden
*/

/**
* @name dxChatOptions.focusStateEnabled
* @name dxChatOptions.activeStateEnabled
* @hidden
*/

/**
* @name dxChatOptions.hint
* @name dxChatOptions.focusStateEnabled
* @hidden
*/

/**
* @name dxChatOptions.tabIndex
* @name dxChatOptions.hint
* @hidden
*/

/**
* @name dxChatOptions.accessKey
* @name dxChatOptions.tabIndex
* @hidden
*/

Expand Down

0 comments on commit cd2b2e7

Please sign in to comment.