Appearance
types.number_range_property
A registered number range property
Properties
| Name | Description |
|---|---|
name | type: string The name of the property |
min | type: number The minimum value of the property |
max | type: number The maximum value of the property |
step | type: number The step value of the property |
first_value | type: number The first value of the property |
second_value | type: number The second value of the property |
value | type: table The value of the property |
