Documentation
    Preparing search index...
    interface AbstractField {
        attributes: any;
        fieldview?: string;
        form_name?: string;
        id?: PrimaryKeyValue;
        input_type: InputType;
        is_fkey: boolean;
        label: string;
        name: string;
        pretty_type?: string;
        primary_key?: boolean;
        reftable_name?: string;
        required?: boolean;
        sourceURL?: string;
        type_name?: string;
    }

    Implemented by

    Index

    Properties

    attributes: any
    fieldview?: string
    form_name?: string
    input_type: InputType
    is_fkey: boolean
    label: string
    name: string
    pretty_type?: string
    primary_key?: boolean
    reftable_name?: string
    required?: boolean
    sourceURL?: string
    type_name?: string