comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
nav
/
com.sorrowblue.comicviewer.feature.book.nav
/
BookNavKey
Book
Nav
Key
@
Serializable
data
class
BookNavKey
(
val
bookshelfId
:
BookshelfId
,
val
path
:
PathString
,
val
name
:
String
,
val
collectionId
:
CollectionId
=
CollectionId()
)
:
NavKey
Members
Constructors
Book
Nav
Key
Link copied to clipboard
constructor
(
bookshelfId
:
BookshelfId
,
path
:
PathString
,
name
:
String
,
collectionId
:
CollectionId
=
CollectionId()
)
Properties
bookshelf
Id
Link copied to clipboard
val
bookshelfId
:
BookshelfId
collection
Id
Link copied to clipboard
val
collectionId
:
CollectionId
name
Link copied to clipboard
val
name
:
String
path
Link copied to clipboard
val
path
:
PathString