We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
addInput()
addMonitor()
Thanks to the recent refactoring, InputBindingApi and MonitorBindingApi are the same class BindingApi. Now they can be unified into single I/F.
InputBindingApi
MonitorBindingApi
BindingApi
addBinding()
addBlade()
add()
addButton()
addFolder()
addSeparator()
addTab()
The name addBinding() is more descriptive than before.
The text was updated successfully, but these errors were encountered:
Unify addInput and addMonitor, #486
74ca578
No branches or pull requests
Thanks to the recent refactoring,
InputBindingApi
andMonitorBindingApi
are the same classBindingApi
. Now they can be unified into single I/F.addInput()
addBinding()
addMonitor()
addBinding()
addBlade()
addBlade()
add()
add()
addButton()
addButton()
addFolder()
addFolder()
addSeparator()
addSeparator()
addTab()
addTab()
The name
addBinding()
is more descriptive than before.The text was updated successfully, but these errors were encountered: