Insert child type information.

interface InsertChildType {
    dest: BookmarkDestinationInfoType;
    doc?: null | DocType;
    position: FPD_BookmarkPosition;
    title: string;
}

Properties

Properties

The destination of the bookmark.

doc?: null | DocType

The document object.

The position of the bookmark.

title: string

The title of the bookmark.