FloatField - AtlasRender/atlas-render-plugin GitHub Wiki
FloatField
Overview
Float field designed to allow user to create custom float fields.
Spec
| Property | Type | Required | Description |
|---|---|---|---|
| type | "float" | Yes | The type of a field. |
| name | string | Yes | The variable name. Used to identify field. |
| label | string | Yes | Label will be displayed in the interface. Nice name of the field. |
| min | number | Minimal available value. | |
| max | number | Maximal available value. | |
| default | number | Default value of the field. | |
| id | number | string | Custom identifier. Not used in validation. |