disable collapse on pane

This issue has been tracked since 2023-01-15.

is there any way to disable the collapse button on a pane?

cocopon wrote this answer on 2023-01-16

There is an unsupported way to do it:

const pane = new Pane({title: 'Paramters'});

// pane.controller_ is private and may break in future updates
pane.controller_.view.buttonElement.disabled = true;
rishipandey125 wrote this answer on 2023-01-19

thank you!

More Details About Repo
Owner Name cocopon
Repo Name tweakpane
Full Name cocopon/tweakpane
Language TypeScript
Created Date 2016-05-10
Updated Date 2023-03-17
Star Count 2603
Watcher Count 19
Fork Count 71
Issue Count 11

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date