Member Junction
    Preparing search index...

    Entity field metadata for prompts

    interface EntityFieldMetadata {
        allowsNull: boolean;
        defaultValue?: string;
        description: string;
        displayName: string;
        isForeignKey: boolean;
        isPrimaryKey: boolean;
        isRequired: boolean;
        isVirtual: boolean;
        name: string;
        possibleValues?: string[];
        relatedEntity?: string;
        sqlFullType: string;
        type: string;
    }
    Index

    Properties

    allowsNull: boolean
    defaultValue?: string
    description: string
    displayName: string
    isForeignKey: boolean
    isPrimaryKey: boolean
    isRequired: boolean
    isVirtual: boolean
    name: string
    possibleValues?: string[]
    relatedEntity?: string
    sqlFullType: string
    type: string