Set the property of the bookmark.
const bookmarkDestinationInfo = { color: '#00FF00', fontStyle: 2, title: 'test!!!'}; Copy
const bookmarkDestinationInfo = { color: '#00FF00', fontStyle: 2, title: 'test!!!'};
Optional
The color of the bookmark.
The style of the bookmark.
Set the property of the bookmark.
Example