设置书签的属性。

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

Properties

Properties

color?: string

书签的颜色。

书签的样式。

title?: string