MobX Lark
    Preparing search index...

    Interface TextElement

    interface TextElement {
        equation?: TextRun;
        file?: InlineFile;
        inline_block?: InlineBlock;
        mention_doc?: MentionDoc;
        mention_user?: MentionUser;
        reminder?: Reminder;
        text_run?: TextRun;
        undefined_element?: {};
    }
    Index

    Properties

    equation?: TextRun
    file?: InlineFile
    inline_block?: InlineBlock
    mention_doc?: MentionDoc
    mention_user?: MentionUser
    reminder?: Reminder
    text_run?: TextRun
    undefined_element?: {}