Member Junction
    Preparing search index...

    One extra (non-name, non-PK) column rendered in an FK suggestion row. Built from the related entity's fields where DefaultInView === true.

    interface FKSuggestionColumn {
        FieldName: string;
        Header: string;
        HighlightedValue: string;
        Value: string;
    }
    Index

    Properties

    FieldName: string

    Field code name on the related entity.

    Header: string

    Friendly column header (the field's DisplayNameOrName).

    HighlightedValue: string

    Value with the query substring highlighted when this column is the one being searched (else plain, still HTML-escaped). Bound to [innerHTML].

    Value: string

    Pre-formatted display value for this row+column.