RevGrid - v0.9.3
    Preparing search index...

    Class RevRowPropertiesBehavior<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

    • set the pixel height of a specific row

      Parameters

      • rowIndex: number

        Data row index local to dataModel.

      • height: number

        pixel height

      • subgrid: RevSubgrid<BCS, SF>

      Returns void

    • Reset the row properties in its entirety to the given row properties object.

      Parameters

      • rowIndex: number

        Data row index local to dataModel.

      • properties: undefined | RowProperties

        The new row properties object. If undefined, this call is a no-op.

      • subgrid: RevSubgrid<BCS, SF>

        This is the subgrid. You only need to provide the subgrid when it is not the data subgrid and you did not give a CellEvent object in the first param (which already knows what subgrid it's in).

      Returns void

    • Sets a single row property on a specific individual row.

      Parameters

      • y: number

        Data row index local to dataModel.

      • key: string

        The property name.

      • value: unknown

        The new property value.

      • subgrid: RevSubgrid<BCS, SF>

        This is the subgrid. You only need to provide the subgrid when it is not the data subgrid and you did not give a CellEvent object in the first param (which already knows what subgrid it's in).

      Returns void

    • Parameters

      Returns void