664 B
664 B
Button : VisualElement
Properties
| Property | Type | Default | Description |
|---|---|---|---|
| text | string | Button | Button text |
Events
| Event | Parameters | Description |
|---|
Functions
| Method | Returns | Description |
|---|---|---|
| Button.new | table | |
| Button:init | - | |
| Button:render | - |
Button.new()
Creates a new Button instance
Returns
tableselfThe created instance
Button:init(props, basalt)
Initializes the Button instance
Parameters
propstableThe properties to initialize the element withbasalttableThe basalt instance
Button:render()
Renders the Button