Member Junction
    Preparing search index...

    A field the user can scope the FK search to, shown in the scope-picker menu. Group separates the columns visible in the grid ('shown') from other searchable fields like ID/Status ('other').

    interface FKSearchableField {
        FieldName: string;
        Group: "shown" | "other";
        Icon: string;
        Label: string;
    }
    Index

    Properties

    FieldName: string

    Related-entity field code name to search against.

    Group: "shown" | "other"

    Which menu group this field belongs to.

    Icon: string

    FontAwesome icon class for the menu row.

    Label: string

    Friendly label (DisplayNameOrName) shown in the menu + scope pill.