Properties that can be passed into the constructor for mapping/Bookmark!Bookmark.

interface BookmarkProperties {
    id?: string;
    source?: BookmarkSource;
    title?: string;
    viewpoint?: Viewpoint | ViewpointJson;
}

Hierarchy (view full)

Properties

id?: string

The unique ID to assign to the entity. If not specified, one will be generated.

title?: string
viewpoint?: Viewpoint | ViewpointJson