Member Junction
    Preparing search index...

    Interface SoftFieldValueListConfig

    Configuration for a soft (AI-discovered) value-list field in the additionalSchemaInfo config file. Generated by DBAutoDoc's enum detection and consumed by CodeGen to populate EntityFieldValue rows.

    interface SoftFieldValueListConfig {
        Confidence?: number;
        Description?: string;
        FieldName: string;
        PossibleValues: string[];
        ValueListType: "List" | "ListOrUserEntry";
    }
    Index

    Properties

    Confidence?: number
    Description?: string
    FieldName: string
    PossibleValues: string[]
    ValueListType: "List" | "ListOrUserEntry"