bookmarks.BookmarkTreeNodeType
The bookmarks.BookmarkTreeNodeType
type is used to describe whether a node in the bookmark tree is a bookmark, a folder, or a separator.
Type
bookmarks.BookmarkTreeNodeType
is a string
which can have one of the following three values:
"bookmark"
: the node is a bookmark."folder"
: the node is a folder."separator"
: the node is a separator.
Browser compatibility
BCD tables only load in the browser
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.