Component
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Implemented Interfaces
Component implements the following interfaces. That means all methods defined in these interfaces are also available in Component
Static Methods
Return Type: MutableComponent
Return Type: MutableComponent
Parameter | Type |
---|---|
Parameter name | Type string |
Return Type: MutableComponent
Parameter | Type |
---|---|
Parameter content | Type string |
Return Type: Component
Parameter | Type |
---|---|
Parameter content | Type string? |
Return Type: MutableComponent
Parameter | Type |
---|---|
Parameter name | Type string |
Parameter objective | Type string |
Return Type: MutableComponent
Parameter | Type | Optional |
---|---|---|
Parameter pattern | Type string | Optional false |
Parameter separator | Type Component? | Optional true |
Return Type: MutableComponent
Parameter | Type |
---|---|
Parameter content | Type string |
Parameter args | Type Component[] |
Return Type: MutableComponent
Parameter | Type |
---|---|
Parameter content | Type string |
Parameter args | Type string[] |
Methods
Return Type: MutableComponent
Return Type: ComponentContents
Return Type: stdlib.List<Component>
Return Type: string
Parameter | Type |
---|---|
Parameter maxLength | Type int |
Return Type: Style
Return Type: MutableComponent
Properties
Name | Type | Has Getter | Has Setter |
---|---|---|---|
Name contents | Type ComponentContents | Has Getter true | Has Setter false |
Name siblings | Type stdlib.List<Component> | Has Getter true | Has Setter false |
Name style | Type Style | Has Getter true | Has Setter false |