MobX Lark
    Preparing search index...

    Interface TableCellRelation

    interface TableCellRelation {
        record_ids: string[];
        table_id: string;
        text: string;
        text_arr: string[];
        type: "text";
    }

    Hierarchy (View Summary)

    Index

    Properties

    record_ids: string[]
    table_id: string
    text: string
    text_arr: string[]
    type: "text"