MobX Lark
    Preparing search index...

    Interface TableCellLink

    interface TableCellLink {
        link: string;
        text: string;
        type: "url";
    }

    Hierarchy

    • Record<"link" | "text", string>
      • TableCellLink
    Index

    Properties

    Properties

    link: string
    text: string
    type: "url"