Bind one attribute to many properties
Open
data binding
enhancement
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Make it feel like `class` attribute
```html
```
```ts
const total
export default class {
static get total() { return total }
static set total(money) { total += value }
money: number
button: HTMLElementButton
static many = [] as HTMLElement
}
```
## Bind-able members
- [x] #1
- [x] #4
- [ ] #2
- [ ] #9
- [ ] #63
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.