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"):roles
returns a Set-type list of roles that appear in the composite containing note item.
This code can also use the 'my' designator to give a shorter form. These are functional equivalents:
$MySet = compositeFor(this):roles;
$MySet = my:roles;