Protected
_channelsThe channels of this multiport.
Protected
_keyA symbol that identifies this component, and it also used to selectively grant access to its privileged functions.
Protected
managerInner class instance to let the container configure this port.
Protected
reactionsReactions to trigger.
Protected
writerInner class instance to gain access to MultiWrite
Static
pathProtected
_getConfirm whether or not this component is contained by the given reactor.
The presumptive container of this component.
Confirm whether or not this component is contained by the container of the given reactor.
The container presumptive container of the container of this component.
Report whether this component has been registered with its container or not. In principle, all components should have a container, but at the time of their construction there is a brief period where they are not. This is the only moment that a component is allowed register with its container.
Protected
_linkUnimplemented method (multiports require not access to the runtime object).
Obtain a writable version of this port, provided that the caller holds the required key.
Request the manager of this trigger. The request will only be honored if the correct key is given. Each component has a unique symbol (a key) that is handed to the owner upon instantiation of the component. If the wrong key is supplied, return undefined.
The private key embedded in this trigger.
Static
keyStatic
keyGiven a component and its container (the global object if the component
is an App
), return the key of the entry that matches the component.
a component of which the object is assumed to be its container
the assumed container of the component
the key of the entry that matches the component
Static
keyStatic
values
A trigger that represents an input port that is also multiport.
Author
Marten Lohstroh marten@berkeley.edu
Author
Hokeun Kim hokeun@berkeley.edu