Button
Implements a HTML button.
Settings
Setting | Value | Description |
---|---|---|
Container | true | Accepts nested children components. |
Droppable | true | Added as a nested child component inside a container. |
Editable | false | Can be edited |
Interactive | true | Can receive events |
Properties
Property | Type | Default | Description |
---|---|---|---|
Selected | Boolean | false | Defines if the component is in selected state |
Actions
No actions defined.
Events
Available | Description | |
---|---|---|
Click | yes | Can receive clicks events |
Change | no | Can receive change events |
Last updated