docx
    Preparing search index...

    Type Alias IBookmarkOptions

    Options for creating a bookmark.

    type IBookmarkOptions = {
        children: readonly ParagraphChild[];
        id: string;
    }
    Index

    Properties

    Properties

    children: readonly ParagraphChild[]

    Array of paragraph children contained within the bookmark range

    id: string

    The bookmark name used for reference