Class: EventBinder

EventBinder.EventBinder()

new EventBinder()

Enables the use of event binding attributes.

Source:
Example
```html
<html>
<body>
 <button bind-event-click="data.api.triggerEvent">Click me</button>
</body>
</html>
```

Members

(static) PREFIX :string

The prefix for identifying event binding attributes.

Type:
  • string
Properties:
Name Type Description
PREFIX
Source: