cocopon / tweakpane

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

List Paramters update dynamicly #613

Closed ljubisa-dobric closed 3 months ago

ljubisa-dobric commented 4 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 4 months ago

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