FolderScopeOnly

@Serializable
data class FolderScopeOnly(val bookshelfId: BookshelfId, val path: String, val sortType: SortType)

Represents folder-specific display settings.

Constructors

Link copied to clipboard
constructor(bookshelfId: BookshelfId, path: String, sortType: SortType)

Properties

Link copied to clipboard

The ID of the bookshelf.

Link copied to clipboard

The folder path.

Link copied to clipboard

The sort type for the folder.