//Spheroid Script/spheroid.client.ui/Placeable
Placeable
interface Placeable
Functions
| Name | Summary |
|---|---|
| toString | fun toString(): String |
Properties
| Name | Summary |
|---|---|
| bottom | var bottom: Size? |
| height | var height: Size? |
| horizontalAlign | Available values: “left”, “center”, “right” var horizontalAlign: String? |
| isVisible | var isVisible: Boolean? |
| left | var left: Size? |
| right | var right: Size? |
| top | var top: Size? |
| verticalAlign | Available values: “top”, “center”, “bottom” var verticalAlign: String? |
| width | var width: Size? |
Inheritors
| Name |
|---|
| Button |
| Container |
| TextField |
| Image |
| Stack |
| Text |