FolderTreeItem

data class FolderTreeItem(val id: String, val name: String, val parentId: String, val url: String?, val depth: Int = 0)

Used to build up a folder tree of Bookmarks and BookmarkFolders

Constructors

Link copied to clipboard
constructor(id: String, name: String, parentId: String, url: String?, depth: Int = 0)

Properties

Link copied to clipboard
val depth: Int = 0
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String?