Overview
Adds a button to the form which, when clicked, launches a dialog to configure the number of sensors, their orientation, and spacing for and IPI Array device.
Custom Configuration
For common configuration values, see UI Controls. Configuration values specific to this control are:
Config Property | Type | Description | Example Values |
help | Map |
A map containing help text to show and a link to navigate to when clicked. When configured, this appears in the lower left of the modal. |
help: |
orientation | Map |
Sets whether or not to allow the user to configure horizontal or vertical mode. By default, this is not visible and the mode is set to vertical. |
orientation: |
serialNumber | Map |
A map containing the serial number column configuration. The visible property sets whether or not the serial number column is visible. Defaults to visible. You can also turn on the disabled property to show this column, but prevent it from being edited. |
serialNumber: |
spacing | Map |
A map containing the spacing column configuration. Turn on the disabled propoerty to show this column, but prevent it from being edited. You can also control the column tooltip, which shows an image by default. Set the tooltip visible property to false to turn off the tooltip. Set the tooltip text to override the image tooltip with custom text. |
spacing: |
text | Map |
A map of text overrides for the various labels shown on the modal. The defaults are normally fine, but this allows customization, if needed. |
text: |
Examples
- id: ipiArrayConfig
modelPath: props
layout: first-column
config:
label: IPI Information
text:
serialNumber: Slave Address
Comments
0 comments
Please sign in to leave a comment.