RevGrid - v0.9.3
    Preparing search index...

    The major classes in RevClient implement this interface to assist with debugging.

    interface RevClientObject {
        clientId: string;
        internalParent: undefined | RevClientObject;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    clientId: string

    A unique string allowing you to identify different instances

    internalParent: undefined | RevClientObject

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