设置书签的属性。

interface SetPropertyType {
    doc?: null | DocType;
    property: BookmarkPropertyType;
}

Properties

Properties

doc?: null | DocType

文档对象。

书签的属性。