RevGrid - v0.9.3
    Preparing search index...

    Class RevUiController<BGS, BCS, SF>Abstract

    Instances of features are connected to one another to make a chain of responsibility for handling all the input to the hypergrid.

    Type Parameters

    Implements

    Index

    Constructors

    Properties

    clientId: string

    A unique string allowing you to identify different instances

    detached: undefined | RevUiController<BGS, BCS, SF>

    a temporary holding field for my next feature when I'm in a disconnected state

    internalParent: RevClientObject

    The parent of an object allowing you to easily navigate during debugging

    next: undefined | RevUiController<BGS, BCS, SF>

    the next feature to be given a chance to handle incoming events

    typeName: string

    Methods

    • reattach my child from the detached reference

      Returns void

    • disconnect my child

      Returns void

    • set my next field, or if it's populated delegate to the feature in my next field

      Parameters

      Returns void