Member Junction
    Preparing search index...

    The display-field choice for an entity's records in list UIs.

    interface RecordDisplayFieldInfo {
        Field: EntityFieldInfo | null;
        IsNameField: boolean;
    }
    Index

    Properties

    Properties

    Field: EntityFieldInfo | null

    The field whose value should be shown; null when only the ID is displayable.

    IsNameField: boolean

    True when Field is the entity's real NameField (display value alone, no ID prefix).