File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments