guid/assets/property_binding_through_ch...

8 lines
124 B
Plaintext
Raw Normal View History

2020-12-03 02:43:09 +01:00
Object {
property string thing: "i has the thing"
Object {
property string thing: parent.thing
}
}