Interface IBookmarkFolder

The details of a single Bookmark Folder.

interface IBookmarkFolder {
    id: string;
    name: string;
}

Implemented by

Properties

Properties

id: string

The unique identifier for the folder.

name: string

The display name of the folder.