Member Junction
    Preparing search index...

    Per-record value of a single field. Mirrors the engine's RecordComparisonFieldCell.

    interface RecordComparisonFieldCell {
        ColumnIndex: number;
        EqualsReference: boolean;
        Value: RecordComparisonFieldValue;
    }
    Index

    Properties

    ColumnIndex: number

    Column index aligned with the record's ColumnIndex.

    EqualsReference: boolean

    True when this cell's value equals (case-insensitive, trimmed) the reference cell (column 0). Column 0 is always true.

    The field's value for this record.