properties
Purpose: Defines the mandatory properties root element. |
Description
Root element of the DSL file. This element is mandatory and contains the <events> mandatory child element.
Child Elements
Attributes
Name | Mandatory | Type | Description |
---|---|---|---|
debug | no | boolean |
If true, enables the debugging in the browser. The debugging information opens a pop-up window and shows the JSON serialized data of the business events before they are sent to the Frontend Server. Note: depending on the browser, the activation of the debug feature can affect the performance of the Frontend Server by delaying the event dispatch. |
Example
<?xmlversion="1.0"encoding="utf-8"?>
<properties debug="false">
<events>
</events>
</properties>
This page was last edited on July 17, 2020, at 16:13.
Comments or questions about this documentation? Contact us for support!