MobX Lark
    Preparing search index...

    Interface TableCellText

    interface TableCellText {
        text: string;
        type: "text";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    text: string
    type: "text"