The name of the bindable.
Rest
...defaultBindings: Binding[]The default bindings of the bindable.
For example, @Register.bindable("Cut", { key: "KeyX" }) public bindableCut: Bindable;
The decorated property will be injected with the id of the registered note.
Generated using TypeDoc
Registers a bindable.