Interface IPropertyItemOptionsNumber

Hierarchy

Properties

enable?: boolean

Remarks

If the item is enabled in the UI.

isFloat?: boolean

Remarks

If we should treat the number as floating point. By default is false

max?: number

Remarks

The min possible value for the number.

min?: number

Remarks

The max possible value for the number.

onChange?: OnChangeCallback<PropertyBag, string>

Remarks

Callback to execute when the value is updated.

showSlider?: boolean

Remarks

If UI should show slider control.

title?: string

Remarks

Localized title of the property item

visible?: boolean

Remarks

If the item should be visible in the UI.