We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5740d5 commit c746f0fCopy full SHA for c746f0f
1 file changed
documentation.md
@@ -231,7 +231,7 @@ close()
231
### Save Function
232
233
```js
234
-save()
+saveConfig()
235
```
236
>
237
> ### Description
@@ -249,7 +249,7 @@ save()
249
### Load Function
250
251
252
-load()
+loadConfig()
253
254
255
@@ -282,6 +282,24 @@ getConfig()
282
283
> **(Array)** *The saved GUI config as an object array. The objects contain a form element's name and value.*
284
285
+### GetConfig Function
286
+
287
+```js
288
+resetConfig()
289
+```
290
+>
291
+> ### Description
292
293
+> Resets the config. The array of stored values will be wiped.
294
295
+> ### Parameters
296
297
+> None
298
299
+> ### Returns
300
301
302
303
### DispatchFormEvent Function
304
305
0 commit comments