Represents a row available in a subscription/snapshot on the client. Do not retain references to rows - they will not function properly when the event isn't actively going off (or promise resolving). Instead, wait for the next event, or re-request the viewport data.

Hierarchy

Accessors

Methods

Accessors

Methods

  • Returns the value for the given column in this row.

    Parameters

    • column: Column

      the column to read

    Returns any

    the value in this row for the specified column

  • Returns the server-specified Format for the given column in this row.

    Parameters

    • column: Column

      the column to read

    Returns Format

    the format details for the specified column in this row