Configuring the Custom Data Bindings
If you are using custom data binding attributes you can add your definitions in a bindings.json
file inside a custom-bindings
folder located at the root of the project:
engine.registerBindingAttribute("my-attribute-name", MyAttributeHandler);engine.registerBindingAttribute("my-other-attribute-name", MyOtherAttributeHandler);
And you’ll get autocomplete suggestions for your custom bindings.