This global class allows operations with the Preferences menu. This class has no constructor; methods can be accessed using the s_pref global object.
This method allows refreshing the Preferences menu automatically.
Return:
Type | Description |
---|---|
Void | This method does not return a value. |
Example:
s_form.save().then(() => s_pref.refresh()).finally(__resolveServerResponse); |