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

This feature does not require configuration.

Behavior Example

{
    "title": "My JavaScript file",
    "_features": {
        "f:behavior": {
        }
    }
}