comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
editor
/
com.sorrowblue.comicviewer.feature.collection.editor.navigation
Package-level
declarations
Types
Types
Basic
Collection
Create
Nav
Key
Link copied to clipboard
@
Serializable
data
class
BasicCollectionCreateNavKey
(
val
bookshelfId
:
BookshelfId
=
BookshelfId.Companion()
,
val
path
:
PathString
=
""
)
:
NavKey
Basic
Collection
Edit
Nav
Key
Link copied to clipboard
@
Serializable
data
class
BasicCollectionEditNavKey
(
val
collectionId
:
CollectionId
)
:
NavKey
Smart
Collection
Edit
Nav
Key
Link copied to clipboard
@
Serializable
data
class
SmartCollectionEditNavKey
(
val
collectionId
:
CollectionId
)
:
NavKey