You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets the persistent string value of a parameter, and registers menu commands to change it.
* The parameter state is persisted in the monkey storage, so it will be remembered across page reloads.
* The menu command will be "Change {parameterName} (current : {currentValue})". When the menu command is selected, the new value will be asked, and the parameter value will be updated.
*
* @param {String} parameterName The name of the parameter (used for menu command and storage)
* @param {String} defaultValue The default value of the parameter