Update

Defines configuration options available to be updated in the runtime. See Dash.applyUpdate.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@IntRange(from = 1, to = 24)
var categorySearchLimit: Int?

Category search results limit.

Link copied to clipboard
@IntRange(from = 1, to = 10)
var querySearchLimit: Int?

Query search results limit.

Link copied to clipboard

Enable the panel with categories on UI.

Functions

Link copied to clipboard
open override fun applyUpdateTo(config: DashSearchConfig): DashSearchConfig

Create base config class with the update applied.