Data needed to update a bookmark

interface UpdateBookmarkCommand {
    newTitle: undefined | string;
    newUrl: undefined | string;
    uri: string;
}

Properties

Properties

newTitle: undefined | string

The new human-readable title of the bookmark

newUrl: undefined | string

The new URL the bookmark refers to

uri: string

The URI of the bookmark resource to update