Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify addInput() and addMonitor() #486

Closed
Tracked by #396
cocopon opened this issue Feb 18, 2023 · 0 comments
Closed
Tracked by #396

Unify addInput() and addMonitor() #486

cocopon opened this issue Feb 18, 2023 · 0 comments
Milestone

Comments

@cocopon
Copy link
Owner

cocopon commented Feb 18, 2023

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.

@cocopon cocopon added this to the 4.0.0 milestone Feb 18, 2023
@cocopon cocopon mentioned this issue Feb 18, 2023
24 tasks
cocopon added a commit that referenced this issue Feb 18, 2023
@cocopon cocopon closed this as completed Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant