beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

DropDown_v2 Op



DropDown
Namespace: Ops.Sidebar

Op author: tim

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.



Inputs

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

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

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

Outputs

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

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

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.


Patches using DropDown_v2

  • Examples (2)
  • Public
  • My Patches

Changelog


created op
2020-01-22 - tim
react properly to disconnecting parent
2022-02-03 - stephan
add trigger to set default value
2022-02-18 - stephan