We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71a2f3b + 08d8f27 commit adf473eCopy full SHA for adf473e
1 file changed
docs/api/method/dataprocessor.md
@@ -14,17 +14,17 @@ description: "DataProcessor constructor"
14
15
### Parameters
16
17
-- `url` - (required) *string* - url to the data feed
+- `url` - (required) *string* - the URL to the data feed
18
19
### Example
20
21
~~~jsx
22
-var dp = new scheduler.DataProcessor("php/update.php");
+const dataProcessor = new scheduler.DataProcessor("php/update.php");
23
~~~
24
25
### Details
26
27
-You can find more information about DataProcessor, including its API [here](https://docs.dhtmlx.com/dataprocessor__index.html).
+You can find more information about DataProcessor in the [Server-Side Integration](guides/server-integration.md) article.
28
29
### Change log
30
-- added in version 6.0
+- Added in version 6.0
0 commit comments