Set the property of the bookmark.

const bookmarkDestinationInfo = {
color: '#00FF00',
fontStyle: 2,
title: 'test!!!'
};
interface BookmarkPropertyType {
    color?: string;
    style?: FPD_BookmarkFontStyle;
    title?: string;
}

Properties

Properties

color?: string

The color of the bookmark.

The style of the bookmark.

title?: string