We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be91140 commit d6a6e13Copy full SHA for d6a6e13
1 file changed
Resources/en.lproj/syntaxEN.json
@@ -2,7 +2,7 @@
2
"_method_": {},
3
"SystemWorkerProperties": {
4
"new()": {
5
- "Syntax": "**.new**(*type* : Text; *data* : Object; *callback* : 4D.Function; *callbackID* : Text; *stopButton* : Object)",
+ "Syntax": "**.new**(*type* : Text; *data* : Object; *callback* : 4D.Function; *callbackID* : Text; *stopButton* : Boolean)",
6
"Params": [
7
[
8
"type",
@@ -26,7 +26,7 @@
26
],
27
28
"stopButton",
29
- "Object",
+ "Boolean",
30
"->"
31
]
32
@@ -248,11 +248,11 @@
248
"Summary": ""
249
},
250
"enableStopButton()": {
251
- "Syntax": "**.enableStopButton**(*enable* : Object)",
+ "Syntax": "**.enableStopButton**(*enable* : Boolean)",
252
253
254
"enable",
255
256
257
258
0 commit comments