BookNavKey

@Serializable
data class BookNavKey(val bookshelfId: BookshelfId, val path: PathString, val name: String, val collectionId: CollectionId = CollectionId()) : NavKey

Constructors

Link copied to clipboard
constructor(bookshelfId: BookshelfId, path: PathString, name: String, collectionId: CollectionId = CollectionId())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard