← Back
Display
This will render the value of a variable to the screen. It is mostly useful for debugging:
Input:
[var name:"myVar" value:10 /]
[Range value:myVar min:0 max:100 /]
[Display value:myVar /]
Output:
Props
- value
any
The value to be displayed.
- Example:
x
- Example:
- format
string
The format to use, powered by d3-format.
- Example:
"0.2f"
- Example: