Abstract
Readonly
clientA unique string allowing you to identify different instances
a temporary holding field for my next feature when I'm in a disconnected state
Readonly
internalThe parent of an object allowing you to easily navigate during debugging
the next feature to be given a chance to handle incoming events
Abstract
Readonly
typereattach my child from the detached reference
disconnect my child
set my next field, or if it's populated delegate to the feature in my next field
this is how we build the chain of responsibility
Instances of features are connected to one another to make a chain of responsibility for handling all the input to the hypergrid.