Member Junction
    Preparing search index...

    A single display field in the card body.

    interface CardDisplayField {
        IsDefaultInView: boolean;
        Label: string;
        Name: string;
        Sequence: number;
        Type: CardFieldType;
    }
    Index

    Properties

    IsDefaultInView: boolean

    Whether this field has DefaultInView=true on the entity

    Label: string

    Human-readable label (e.g., "Email Address")

    Name: string

    Entity field name (e.g., "Email")

    Sequence: number

    The field's Sequence from entity metadata

    Detected field type for value formatting