MobX Lark
    Preparing search index...

    Interface TextCardTag

    interface TextCardTag {
        content?: string;
        i18n?: TranslationMap;
        lines?: number;
        tag: "plain_text" | "lark_md";
    }
    Index

    Properties

    content?: string
    lines?: number
    tag: "plain_text" | "lark_md"