This version is out of date, covering development from v9.0.0 to v9.3.0. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 Icon

compositeFor("item"):name


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Altered: 

 Property   [other Property type actions]

 Composite   [operators of similar scope]

 Composite   [other Composite operators]

 Baseline

 


compositeFor("item"):name

returns the String name of the composite containing note item. This expression is read/write:

$MyString = compositeFor(this):name="example"; 

renames the composite containing the note running this code to 'example'.

This code can also use the 'my' designator to give a shorter form. These are functional equivalents:

$MyString = compositeFor(this):name; 

$MyString = my:name;