Home

Class goog.tweak.BooleanSetting

A registry setting that can be either true of false.

extends goog.tweak.BasePrimitiveSetting
Instance Method Summary
encodeNewValue() ⇒ string

Returns the query param encoded representation of the setting's value.

initialize(?string value)

Sets the value of the entry based on the value of the query parameter. Once this is called, configuration settings (associated query parameter, token, etc) may not be changed.