RevGrid - v0.9.3
    Preparing search index...

    Class RevCellPropertiesBehavior<BGS, BCS, SF>

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

    Type Parameters

    Implements

    Index

    Constructors

    Properties

    clientId: string

    A unique string allowing you to identify different instances

    internalParent: RevClientObject

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

    Methods

    • Get the properties object for cell.

      Parameters

      Returns undefined | null | false | CellOwnProperties

      The properties of the cell at x,y in the grid or falsy if not available.

      This is the cell's own properties object if found else the column object.

      If you are seeking a single specific property, consider calling getCellProperty instead.

    • Parameters

      Returns unknown