deploy: e10d3c1ae8
This commit is contained in:
@@ -15,25 +15,7 @@ Extends: `VisualElement`
|
||||
|
||||
|Method|Returns|Description|
|
||||
|---|---|---|
|
||||
|[Label.new](#label-new)|Label|Creates a new Label instance|
|
||||
|[Label:init](#label-init-props-basalt)|Label|Initializes the Label instance|
|
||||
|[Label:getWrappedText](#label-getwrappedtext)|table|Gets the wrapped lines of the Label|
|
||||
|[Label:render](#label-render)|-|Renders the Label by drawing its text content|
|
||||
|
||||
## Label.new()
|
||||
|
||||
Creates a new Label instance
|
||||
|
||||
### Returns
|
||||
* `Label` `self` The newly created Label instance
|
||||
|
||||
## Label:init(props, basalt)
|
||||
### Parameters
|
||||
* `props` `table` The properties to initialize the element with
|
||||
* `basalt` `table` The basalt instance
|
||||
|
||||
### Returns
|
||||
* `Label` `self` The initialized instance
|
||||
|
||||
## Label:getWrappedText()
|
||||
|
||||
@@ -41,5 +23,3 @@ Gets the wrapped lines of the Label
|
||||
|
||||
### Returns
|
||||
* `table` `wrappedText` The wrapped lines of the Label
|
||||
|
||||
## Label:render()
|
||||
Reference in New Issue
Block a user