System behavior - an object, with a property where key is the name of the behavior, and value is the function, taking a system context as an argument.
Behavior - argument outline
amazing_behavior: function (that) {
// Process system instance on "amazing_behavior"
amazingProcessor(that);
}
Generated using TypeDoc
System behavior - an object, with a property where key is the name of the behavior, and value is the function, taking a system context as an argument.
Behavior - argument outline
amazing_behavior: function (that) { // Process system instance on "amazing_behavior" amazingProcessor(that); }