CheckElementsSupplementalTableRows: {
    getValueForCell: ((index) => string | number | bigint);
    leftHeader: string;
}[]

Provides a pretty-printing implementation for a particular CheckElementsPredicate. This is an array; each element provides info to print an additional row in the error message.

Type declaration

  • getValueForCell: ((index) => string | number | bigint)
      • (index): string | number | bigint
      • Get the value for a cell in the table with element index index. May be a string or numeric (number | bigint); numerics will be formatted according to the TypedArray type used.

        Parameters

        • index: number

        Returns string | number | bigint

  • leftHeader: string

    Row header.

Generated using TypeDoc