Skip to content

Selector

Selector screenshot

The Selector is a dropdown (combobox) Control for selecting one item from a list. It is a compact alternative to the Listbox when screen space is limited and the list contents are relatively short.

Data Input

Feed data into the Selector by connecting a Label or a Modifier to its Data Input node. Rows are separated by a newline character (\n).

Output Nodes

The Selector exposes two output nodes:

  • Selected Content — the text of the currently selected item.
  • Selected Index — the 1-based index of the currently selected item.

Properties

Data

The data set displayed in the dropdown. Rows are separated by newlines; columns by the configured separator character.

Selected Index

The currently selected index (1-based). Can be driven externally via the UNIVERSE Device.

Selected Content

Read-only display of the currently selected text value.