cocopon / tweakpane

:control_knobs: Compact GUI for fine-tuning parameters and monitoring value changes
https://tweakpane.github.io/docs/
MIT License
3.69k stars 92 forks source link

List Paramters update dynamicly #613

Closed ljubisa-dobric closed 5 months ago

ljubisa-dobric commented 5 months ago

I have a question, I would like to update list items [{key: value}} based on some other information on site. IS there some way to do this?

cocopon commented 5 months ago

How about pane.addBinding(items[0], 'key')?