23 lines
465 B
Markdown
23 lines
465 B
Markdown
# Button : VisualElement
|
|
|
|
## Properties
|
|
|
|
|Property|Type|Default|Description|
|
|
|---|---|---|---|
|
|
|text|string|Button|Button text
|
|
|
|
## Functions
|
|
|
|
|Method|Returns|Description|
|
|
|---|---|---|
|
|
|[Button.new](#Button.new)|-|
|
|
|[Button:render](#Button:render)|-|
|
|
|
|
@event mouse_click The event that is triggered when the button is clicked
|
|
## Button.new()
|
|
@diagnostic disable-next-line: duplicate-set-field
|
|
|
|
## Button:render()
|
|
@diagnostic disable-next-line: duplicate-set-field
|
|
|