24 lines
455 B
Markdown
24 lines
455 B
Markdown
# Button : VisualElement
|
|
The Button is a standard button element with click handling and state management.
|
|
|
|
## Properties
|
|
|
|
|Property|Type|Default|Description|
|
|
|---|---|---|---|
|
|
|text|string|Button|Button text
|
|
|
|
## Functions
|
|
|
|
|Method|Returns|Description|
|
|
|---|---|---|
|
|
|
|
|
|
## Protected Functions
|
|
|
|
|Method|Returns|Description|
|
|
|---|---|---|
|
|
|[Button:init](#Button:init)|-|Initializes the Button instance
|
|
|[Button:render](#Button:render)|-|Renders the Button
|
|
|
|
|