Come build with us.
Stacks API v13 for Stacks 5.0
detail
detail
detail
Boolean
A toggle button specifically for showing more details. It behaves exactly like a checkbox (and it’s value can be used in template variables just like a checkbox) but it has a UI that is simple. It does not display a title, but does have a tooltip for explanation.
default
boolean
False (not pushed in)
id
string
The ID for this control. This ID must be unique within this stack. The ID is used to refer to control’s property. IDs should be alpha-numeric (dashes and underscores are allowed), but should not contain special characters.
toolTip
string
No tooltip is displayed.
The tooltip value is used to display hints for the user on the use of each control. If the function of the control is obvious, then a tooltip should be avoided. Simply re-displaying redundant information like the title has no value to the user.