guid/assets/property_binding_through_ch...

8 lines
124 B
Plaintext

Object {
property string thing: "i has the thing"
Object {
property string thing: parent.thing
}
}