Overview
Adds a button to the form which, when clicked, launches a dialog to configure the number of sensors, their orientation, and spacing for the IPI Array.
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 |
Sets whether or not the serial number column is visible. Defaults to visible. |
serialNumber: |
spacing | Map |
A map containing tooltip information. By default, a tooltip image is shown. Set the visible property to false to turn off the tooltip. Set the 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.