DisplayPreferencesDto
@Serializable
Defines the display preferences for any item that supports them (usually Folders).
Constructors
Link copied to clipboard
constructor(id: String? = null, viewType: String? = null, sortBy: String? = null, indexBy: String? = null, rememberIndexing: Boolean, primaryImageHeight: Int, primaryImageWidth: Int, customPrefs: Map<String, String?>, scrollDirection: ScrollDirection, showBackdrop: Boolean, rememberSorting: Boolean, sortOrder: SortOrder, showSidebar: Boolean, client: String? = null)
Properties
Link copied to clipboard
The custom prefs.
Link copied to clipboard
The height of the primary image.
Link copied to clipboard
The width of the primary image.
Link copied to clipboard
A value indicating whether remember indexing.
Link copied to clipboard
A value indicating whether remember sorting.
Link copied to clipboard
The scroll direction.
Link copied to clipboard
A value indicating whether to show backdrops on this item.
Link copied to clipboard
A value indicating whether show sidebar.