type
Links
Links models the incoming links of a component. It is a dict keyed by the toSlot name.
methods
| add |
Add given link (if not duplicate) and return new instance of Links |
|---|---|
| eachLink |
Iterate all the links as flat list |
| isLinked |
Return if given toSlot has one or more links |
| listOn |
List all the links with the given toSlot name |
| remove |
Remove given link (if found) and return new instance of Links |