Documentation
    Preparing search index...
    type JoinField = {
        lookupFunction?: (row: Row) => Promise<Value>;
        ontable?: string;
        ref: string;
        rename_object?: string[];
        target: string;
        through?: string | string[];
    }
    Index

    Properties

    lookupFunction?: (row: Row) => Promise<Value>
    ontable?: string
    ref: string
    rename_object?: string[]
    target: string
    through?: string | string[]