ButtonView
ButtonView
Kind: global class
new ButtonView([tag], action, [name], [icon], [classList], [css])
| Param | Type | Description |
|---|---|---|
| [tag] | string | |
| action | function | |
| [name] | string | ObservedString | |
| [icon] | string | URL |
| [classList] | Array.<string> | |
| [css] | object |
buttonView.enabled
Kind: instance property of ButtonView
| Param | Type |
|---|---|
| v | boolean |
buttonView.enabled ⇒ boolean
Kind: instance property of ButtonView