Data needed to create a new bookmark within a container

interface CreateBookmarkCommand {
    storageUrl: string;
    title: string;
    url: string;
}

Properties

Properties

storageUrl: string

The URL of the target container or document to store the bookmark

title: string

The human-readable title of the bookmark

url: string

The URL to bookmark