comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
bookshelf
/
com.sorrowblue.comicviewer.feature.bookshelf.navigation
/
BookshelfFolderNavKey
Bookshelf
Folder
Nav
Key
@
Serializable
data
class
BookshelfFolderNavKey
(
val
bookshelfId
:
BookshelfId
,
val
path
:
String
,
val
restorePath
:
String
?
=
null
,
val
onRestoreComplete
:
(
)
->
Unit
?
=
null
)
:
FolderNavKey
Members
Constructors
Bookshelf
Folder
Nav
Key
Link copied to clipboard
constructor
(
bookshelfId
:
BookshelfId
,
path
:
String
,
restorePath
:
String
?
=
null
,
onRestoreComplete
:
(
)
->
Unit
?
=
null
)
Properties
bookshelf
Id
Link copied to clipboard
open
override
val
bookshelfId
:
BookshelfId
on
Restore
Complete
Link copied to clipboard
@
Transient
open
override
val
onRestoreComplete
:
(
)
->
Unit
?
path
Link copied to clipboard
open
override
val
path
:
String
restore
Path
Link copied to clipboard
open
override
val
restorePath
:
String
?
show
Search
Link copied to clipboard
open
override
val
showSearch
:
Boolean
=
true