Optional
enableInitial enabled state of property item. If undefined, it will default to true.
Optional
hiddenIf true label text will be hidden. If undefined, the label will be visible by default.
Optional
isIf we should treat the number as integer. By default is false.
Optional
maxThe min possible number. If undefined, Number.MAX_SAFE_INTEGER will be used.
Optional
minThe min possible number. If undefined, Number.MIN_SAFE_INTEGER will be used.
Optional
onThis callback is called when UI control value is changed.
Optional
titleLocalized title of the property item.
Optional
tooltipTooltip description of the property item.
Optional
variantDetermines how we display bool as a UI element. If undefined, it will default to InputField.
Optional
visibleInitial visibility state of property item. If undefined, it will default to true.
Optional properties for Number property item