Behavior
QName: f:behavior
This features indicates that a node provides the implementation of a behavior. This feature simply tags the node as a behavior implementation.
The node must be a script or a rule.
Configuration
Behavior Example
{
"title": "My JavaScript file",
"_features": {
"f:behavior": {
}
}
}