WidgetConfig

Defines the complete configuration for a widget, including data retrieval settings and visualization preferences.

Types

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

Properties

Link copied to clipboard

The configuration that determines how the retrieved data should be visualized in the widget.

Link copied to clipboard

The parameters that define what data the widget should retrieve and how it should be filtered or grouped.

Functions

Link copied to clipboard
inline fun copy(block: WidgetConfig.Builder.() -> Unit = {}): WidgetConfig
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