new StyleBinder()
Enables the use of style binding attributes.
- Source:
Example
```html
<html>
<body>
<div bind-style-borderColor="data.styles.alert.color">In A Box</div>
</body>
</html>
```
Members
(static) PREFIX :string
The prefix for identifying style binding attributes.
Type:
- string
Properties:
| Name | Type | Description |
|---|---|---|
PREFIX |
- Source: