Thanks to the recent refactoring, InputBindingApi
and MonitorBindingApi
are the same class BindingApi
. Now they can be unified into single I/F.
Category | Current | Proposed |
---|---|---|
Binding | addInput() |
addBinding() |
Binding | addMonitor() |
addBinding() |
Generic | addBlade() |
addBlade() |
Generic | add() |
add() |
UI | addButton() |
addButton() |
UI | addFolder() |
addFolder() |
UI | addSeparator() |
addSeparator() |
UI | addTab() |
addTab() |
The name addBinding()
is more descriptive than before.
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 |
Issue Title | Created Date | Updated Date |
---|