Bookmark class
Represent a bookmark
Signature:export declare class Bookmark 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| BookmarkId | string | Unique id of bookmark | |
| Description | string | Description of bookmark | |
| Location | Location | Location object used by bookmark | |
| Title | string | Title of bookmark |