Skip to content

DocGen 26_1: Chat: sendButtonOptions#8635

Merged
vladaskorohodova merged 4 commits into
26_1from
dxrobot/26_1_D03_04_26_01h31m
Apr 3, 2026
Merged

DocGen 26_1: Chat: sendButtonOptions#8635
vladaskorohodova merged 4 commits into
26_1from
dxrobot/26_1_D03_04_26_01h31m

Conversation

@vladaskorohodova

@vladaskorohodova vladaskorohodova commented Apr 3, 2026

Copy link
Copy Markdown
Collaborator

@vladaskorohodova vladaskorohodova self-assigned this Apr 3, 2026
Copilot AI review requested due to automatic review settings April 3, 2026 05:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the DevExtreme documentation metadata and adds new API reference topics generated by DocGen for the dxChat send button customization surface.

Changes:

  • Added syntax mapping entries for dxChat send button-related types/options/events in metadata/syntax-data.json.
  • Introduced new API reference topics for sendButtonOptions, SendButtonProperties, SendButtonClickEvent, and Enums.SendButtonAction.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
metadata/syntax-data.json Adds framework syntax mappings for SendButtonClickEvent, sendButtonOptions, SendButtonProperties, and SendButtonAction.
api-reference/NewTopics/SendButtonProperties/SendButtonProperties.md New type topic stub for SendButtonProperties.
api-reference/NewTopics/SendButtonProperties/action.md New property topic stub for SendButtonProperties.action (enum-based).
api-reference/NewTopics/SendButtonProperties/icon.md New property topic stub for SendButtonProperties.icon (default icon).
api-reference/NewTopics/SendButtonProperties/onClick.md New callback topic stub for SendButtonProperties.onClick.
api-reference/NewTopics/_ui_chat_SendButtonClickEvent/_ui_chat_SendButtonClickEvent.md New event type topic stub for SendButtonClickEvent.
api-reference/10 UI Components/dxChat/1 Configuration/sendButtonOptions.md New dxChat.Options.sendButtonOptions configuration topic stub.
api-reference/_hidden/Enums/SendButtonAction.md New enum topic stub for SendButtonAction.

@@ -0,0 +1,22 @@
---
id: SendButtonProperties.onClick
type: function(e)

Copilot AI Apr 3, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The front matter for this callback option is missing a documented default value and uses type: function(e) only. In this repo, event/callback options typically include a default: and often document | undefined (for example, dxChat.Options.onTypingEnd uses type: function(e) | undefined + default: undefined, and dxButton.Options.onClick includes default: null). Please align this topic’s front matter with the established pattern by adding the correct default and (if applicable) updating the type to include | undefined to match the actual API behavior.

Suggested change
type: function(e)
type: function(e) | undefined
default: undefined

Copilot uses AI. Check for mistakes.
@mpreyskurantov mpreyskurantov changed the title DocGen 26_1 result DocGen 26_1: Chat: sendButtonOptions Apr 3, 2026
@vladaskorohodova vladaskorohodova merged commit 81880b4 into 26_1 Apr 3, 2026
10 checks passed
@vladaskorohodova vladaskorohodova deleted the dxrobot/26_1_D03_04_26_01h31m branch April 3, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants