插入子书签类型信息。

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

Properties

Properties

书签的目标位置。

doc?: null | DocType

文档对象。

书签的位置。

title: string

书签的标题。