Set the property of the bookmark.

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

Properties

Properties

doc?: null | DocType

The document object.

The property of the bookmark.