label
| Extends: | nifiComponent |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
Details of a label.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| label (string) | 0/1 | The text that appears in the label. |
| style ((anonymous)) | 0/1 | The style for this label. |
| height (double) | 0/1 | The height of the label in pixels when at a 1:1 scale. |
| width (double) | 0/1 | The width of the label in pixels when at a 1:1 scale. |
JSON
| property | type | description |
|---|---|---|
| label | label (string) | The text that appears in the label. |
| style | style ((anonymous)) | The style for this label. |
| height | height (double) | The height of the label in pixels when at a 1:1 scale. |
| width | width (double) | The width of the label in pixels when at a 1:1 scale. |