core / org.pinelang.main / Item
Item¶
class Item :
PineObject
Constructors¶
Properties¶
Functions¶
Name | Summary |
---|---|
getMeta | fun getMeta(): PineMetaObject |
Companion Object Properties¶
Name | Summary |
---|---|
meta | val meta: PineMetaObject |
Extension Functions¶
Name | Summary |
---|---|
boolProp | fun PineObject .boolProp(kProp: KProperty < Boolean >, initialValue: Boolean = false): PineProp < Boolean > |
doubleProp | fun PineObject .doubleProp(kProp: KProperty < Double >, initialValue: Double = 0.0): PineProp < Double > |
intProp | fun PineObject .intProp(kProp: KProperty < Int >, initialValue: Int = 0): PineProp < Int > |
registerProp | fun <T> PineObject .registerProp(prop: PineProp <T>): PineProp <T> |
stringProp | fun PineObject .stringProp(kProp: KProperty < String >, initialValue: String = ""): PineProp < String > |