MobX Lark
    Preparing search index...

    Interface BiDataQueryOptions

    interface BiDataQueryOptions {
        automatic_fields?: boolean;
        display_formula_ref?: boolean;
        text_field_as_array?: boolean;
        user_id_type?: "open_id" | "union_id" | "user_id";
        with_shared_url?: boolean;
    }
    Index

    Properties

    automatic_fields?: boolean
    display_formula_ref?: boolean
    text_field_as_array?: boolean
    user_id_type?: "open_id" | "union_id" | "user_id"
    with_shared_url?: boolean