Skip to content

Commit d6a6e13

Browse files
committed
update syntax
1 parent be91140 commit d6a6e13

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Resources/en.lproj/syntaxEN.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_method_": {},
33
"SystemWorkerProperties": {
44
"new()": {
5-
"Syntax": "**.new**(*type* : Text; *data* : Object; *callback* : 4D.Function; *callbackID* : Text; *stopButton* : Object)",
5+
"Syntax": "**.new**(*type* : Text; *data* : Object; *callback* : 4D.Function; *callbackID* : Text; *stopButton* : Boolean)",
66
"Params": [
77
[
88
"type",
@@ -26,7 +26,7 @@
2626
],
2727
[
2828
"stopButton",
29-
"Object",
29+
"Boolean",
3030
"->"
3131
]
3232
],
@@ -248,11 +248,11 @@
248248
"Summary": ""
249249
},
250250
"enableStopButton()": {
251-
"Syntax": "**.enableStopButton**(*enable* : Object)",
251+
"Syntax": "**.enableStopButton**(*enable* : Boolean)",
252252
"Params": [
253253
[
254254
"enable",
255-
"Object",
255+
"Boolean",
256256
"->"
257257
]
258258
],

0 commit comments

Comments
 (0)