docx
    Preparing search index...

    Type Alias IInternalHyperlinkOptions

    Options for creating an internal hyperlink.

    type IInternalHyperlinkOptions = {
        anchor: string;
        children: readonly ParagraphChild[];
    }
    Index

    Properties

    Properties

    anchor: string

    Name of the bookmark to link to within the document

    children: readonly ParagraphChild[]

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