DashboardOptionsConfig

@Serializable
data class DashboardOptionsConfig(val errorPresets: List<DashboardOverridePreset>, val successPresets: List<DashboardOverridePreset>)

Constructors

Link copied to clipboard
constructor(errorPresets: List<DashboardOverridePreset>, successPresets: List<DashboardOverridePreset>)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard