DropDown_v2 Op

DropDown

Shows a drop-down (select) element in the sidebar


Use a dropdown if you want to select one value out of many, e.g. Circle with options Circle, Rectangle, Triangle. To enter the values you can use Ops.Array.ParseArray.


Edit Documentation

Full Name
  • Ops.Sidebar.DropDown_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

Example Patch Dropdown / Say Example

Shows how to use the sidebar dropdown to select a word, render it and once a new word has been selected say it with text to speech.

Open In Editor

INPUT PORTS


Link (Object)
Text (String)
Values (Array)

Array of options, use Ops.Array.ParseArray to enter manually

Default (String)
Grey Out (Number:boolean )
Visible (Number:boolean )
Lines (Number:integer )

OUTPUT PORTS


Children (Object)
Result (String)
Index (Number)

Patches using DropDown_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatartim - 2020-01-22 12:34
react properly to disconnecting parentuser avatarstephan - 2022-02-03 12:34
add trigger to set default valueuser avatarstephan - 2022-02-18 13:10