Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var background: Int

Defines the sidebar's background color. Only affects landscape orientation.

Link copied to clipboard
open override var controls: List<DashSidebarControl>

Defines the list of controls displayed in the sidebar. Only affects landscape orientation.

Link copied to clipboard

Map of custom configuration key -> value pairs.

Link copied to clipboard
open override var visible: Boolean

The flag that controls whether the sidebar is visible. Only affects landscape orientation.

Functions

Link copied to clipboard
open override fun build(): DashSidebarConfig

Creates a new instance of DashSidebarConfig.