We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
New methods can be made available across all behaviors by packaging them as Tools:
Ninja.packageTools({ toolMethod: function(args) { ... } })
From there on, the methods are available from inside any behaviors: helper methods, transform or event handler.
Navigation