Visibility

Visibility allows the user to toggle between showing or hiding an element.


Widget Configuration Output

{
"buttonVisibility": "show"
}

Output values are “show” or “hide”.


User Interface Output

output


JSON Schema

PropertyTypeDescriptionExample
typestringThe type of setting component to display.visibility
labelstringThe user friendly message to inform the user how this setting will be used.Button
idstringThe variable name where the setting value will be available in the widget template.”buttonVisibility”
defaultstringThe default value to use when rendering the widget for the first time. Default values are “show or “hide”.show