MobX Lark
    Preparing search index...

    Interface TableCellDocumentMetion

    interface TableCellDocumentMetion {
        link: string;
        mentionType: "Bitable";
        text: string;
        token: string;
        type: "mention";
    }

    Hierarchy (View Summary)

    Index

    Properties

    link: string
    mentionType: "Bitable"
    text: string
    token: string
    type: "mention"