Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Supported Browsers
Desktop browsers Browser Supported versions Google Chrome Two latest versions Firefox Two latest versions ...
Render Images
To render an image in a Chat, set the message type to "image" and specify the src field with the image URL. In the following example, AI sends a message with the "imageResponse" type, which...").dxChat("instance"); const handleAIResponse() { if (aiResponse.type === "imageResponse") { chat.renderMessage({ type: "image", src: aiResponse.imageUrl
Distribution Channels
are available on cdnjs: Scripts <!-- Diagram and Gantt --> <script src="https://cdnjs.cloudflare.com/ajax/libs/devexpress-diagram/cdnjs_version/dx-diagram.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/devexpress-gantt/cdnjs_version/dx-gantt.min.js"></script> <!-- DevExtreme Quill (required by the HTML Editor UI component) --> <script src="https
dxBarGauge geometry
Specify the startAngle and endAngle properties of the geometry configuration object to customize the shape of the bar gauge's arc. This arc is drawn from the startAngle to the endAngle as illustrated...
dxBarGauge legend margin
When set to a number, this property applies to all the legend's sides. The object allows you to control each side individually. bottom Specifies the legend's bottom margin in pixels. left...