type

Links

@Js
const mixin Links : Dict

Links models the incoming links of a component. It is a dict keyed by the toSlot name.

methods

eachLink

Iterate all the links as flat list

list

List all the links as flat list

on

List all the links with the given toSlot name

Slot Details

abstract Void eachLink(|Link| f)

Iterate all the links as flat list

list

abstract Link[] list()

List all the links as flat list

on

abstract Link[] on(Str slot)

List all the links with the given toSlot name