You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ninjascript has several points of interface with client code. The intention is to make it as versatile as possible, without forcing the whole complicated interface on to new users right out of the gate.
The various interfaces are:
In A Host Page – the Javascript you use to tell Ninjascript what to do with your DOM.
Standard Behaviors – powerful tools that come with Ninjascript, and how to use them.
Configuration – standard knobs for configuring how Ninjascript behaves.
Behavior Definition – the nuts-and-bolts code you can use to define new definitions, either on the fly or for packaging.
Behavior Packaging – the wrappers that let you define new behaviors to add to your toolkit.
Tool Packaging – how to put together your own Ninja Tools