MobX Lark
    Preparing search index...

    Interface TableCellUserMetion

    interface TableCellUserMetion {
        mentionNotify: boolean;
        mentionType: "User";
        name: string;
        text: string;
        token: string;
        type: "mention";
    }

    Hierarchy (View Summary)

    Index

    Properties

    mentionNotify: boolean
    mentionType: "User"
    name: string
    text: string
    token: string
    type: "mention"