| Name | Type | Multiplicity | Description | 
|---|---|---|---|
| currentObject | container ObjectSelectorType | [0,1] | Current object. | 
| linkTarget | container LinkTargetObjectSelectorType | [0,-1] | Objects linked from this one, matching given selector(s). | 
| namedLinkTarget | property string | [0,-1] | Objects linked from this one, with the specified link type name. | 
| linkSource | container LinkSourceObjectSelectorType | [0,-1] | Objects linked to this one, matching given selector(s). | 
| namedLinkSource | property string | [0,-1] | Objects linked to this one, with the specified link type name. | 
Flags: RAM,runtime
Multiplicity: [0,1]
Display order:
                            Current object. This is the default if nothing is specified.
                        
Flags: RAM,runtime
Multiplicity: [0,-1]
Display order:
                            Objects linked from this one, matching given selector(s).
                            TODO find better name.
                        
Flags: RAM,runtime
Multiplicity: [0,-1]
Display order:
                            Objects linked from this one, with the specified link type name.
                            It is actually a shortcut for linkTarget with linkType set.
                            EXPERIMENTAL. UNSTABLE. DO NOT USE.
                        
Flags: RAM,runtime
Multiplicity: [0,-1]
Display order:
                            Objects linked to this one, matching given selector(s).
                            TODO find better name.
                        
Flags: RAM,runtime
Multiplicity: [0,-1]
Display order:
                            Objects linked to this one, with the specified link type name.
                            It is actually a shortcut for linkSource with linkType set.
                            EXPERIMENTAL. UNSTABLE. DO NOT USE.