MobX Lark
    Preparing search index...

    Interface TableCellBlockComponentProps

    interface TableCellBlockComponentProps {
        block_id: string;
        block_type: table_cell;
        children?: string[];
        comment_ids?: string[];
        is?: "td" | "th";
        parent_id?: string;
        table_cell: {};
    }

    Hierarchy (View Summary)

    Index

    Properties

    block_id: string
    block_type: table_cell
    children?: string[]
    comment_ids?: string[]
    is?: "td" | "th"
    parent_id?: string
    table_cell: {}