Skip to content

Commit c746f0f

Browse files
authored
Update documentation.md
1 parent e5740d5 commit c746f0f

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

documentation.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ close()
231231
### Save Function
232232

233233
```js
234-
save()
234+
saveConfig()
235235
```
236236
>
237237
> ### Description
@@ -249,7 +249,7 @@ save()
249249
### Load Function
250250

251251
```js
252-
load()
252+
loadConfig()
253253
```
254254
>
255255
> ### Description
@@ -282,6 +282,24 @@ getConfig()
282282
>
283283
> **(Array)** *The saved GUI config as an object array. The objects contain a form element's name and value.*
284284
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+
> None
302+
>
285303
### DispatchFormEvent Function
286304

287305
```js

0 commit comments

Comments
 (0)