PaletteNavigation

Contains color configuration for navigation elements in a workspace theme.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The background color of the navigation area.

Link copied to clipboard

Whether to invert the colors of action buttons in the navigation area.

Link copied to clipboard
val text: String?

The text color in the navigation area.

Link copied to clipboard

The text color for active navigation items.

Link copied to clipboard

The background color for active navigation items.

Link copied to clipboard

The background color when hovering over navigation text.

Link copied to clipboard

The text color when hovering over navigation items.

Functions

Link copied to clipboard
inline fun copy(block: PaletteNavigation.Builder.() -> Unit = {}): PaletteNavigation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String