lsp / org.pinelang.lsp.lsp.sandbox.ui / Item
Item¶
open class Item : PineObject
Constructors¶
Name | Summary |
---|---|
<init> | Item(id: Int ) |
Properties¶
Name | Summary |
---|---|
height | var height: Int |
width | var width: Int |
x | var x: Int |
y | var y: Int |
Functions¶
Name | Summary |
---|---|
getMeta | open fun getMeta(): PineMetaObject |
Companion Object Properties¶
Name | Summary |
---|---|
meta | val meta: PineMetaObject |
Inheritors¶
Name | Summary |
---|---|
Label | class Label : Item |