@jsfkit/types
    Preparing search index...

    Type Alias HyperlinkTextRun

    HyperlinkTextRun: TextRun & { type: "hyperlink"; url: string }

    A text run representing a hyperlink within a threaded comment's text.

    Type Declaration

    • type: "hyperlink"

      Discriminator to identify this as a hyperlink text run.

    • url: string

      The URL that the hyperlink points to.