SeparatorField - AtlasRender/atlas-render-plugin GitHub Wiki
SeparatorField
Overview
SeparatorField - class, designed to allow user to separate sets of settings for best UX.
Spec
| Property | Type | Required | Description |
|---|---|---|---|
| type | "separator" | 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. |
| id | number | string | Custom identifier. Not used in validation. |