new ClassBinder()
Enables the use of class name binding attributes.
- Source:
Example
```html
<html>
<body>
<div bind-class-alert="data.content.isAlert"
bind-textcontent="data.content.text"></div>
</body>
</html>
```
Members
(static) PREFIX :string
The prefix for identifying class name binding attributes.
Type:
- string
Properties:
| Name | Type | Description |
|---|---|---|
PREFIX |
- Source: