Other
Interfaces are how users interact with fields on the Item Detail page. These are the standard Other interfaces.
Hash
Text input that allows users to hash the value on save. Both the API and SDK provide methods to verify the hash.
- Types:
Hash
- Placeholder: Placeholder to display.
- Masked: Hide the true values on input before save.
Slider
Range input that allows users to select a number with an interactive slider.
- Types:
Integer
,Decimal
,Big Integer
,Float
- Minimum Value: Minimum value that can be set by the user.
- Maximum Value: Maximum value that can be set by the user.
- Step Interval: Specify the size of each increment (or step) of the slider control.
- Always show value: Always display the numeric value to the user.