docx
    Preparing search index...

    Type Alias IExternalHyperlinkOptions

    Options for creating an external hyperlink.

    type IExternalHyperlinkOptions = {
        children: readonly ParagraphChild[];
        link: string;
    }
    Index

    Properties

    Properties

    children: readonly ParagraphChild[]

    Array of paragraph children (usually TextRun elements) that form the hyperlink text

    link: string

    URL to link to outside the document