MobX Lark
    Preparing search index...

    Interface MentionDoc

    interface MentionDoc {
        obj_type: MentionObjType;
        text_element_style?: TextElementStyle;
        title: string;
        token: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    obj_type: MentionObjType
    text_element_style?: TextElementStyle
    title: string
    token: string
    url: string