Builder

class Builder

Properties

Link copied to clipboard

An array of configurations that define the data queries and display settings for the widget.

Link copied to clipboard

A description of the widget's purpose or the data it displays.

Link copied to clipboard
var height: Int

The height of the widget in row spans. The dashboard layout consists of a grid system.

Link copied to clipboard

Specifies the starting column position of the widget in the dashboard's grid layout. Used to control widget placement.

Link copied to clipboard
var id: String?

The unique identifier for the widget.

Link copied to clipboard

The title of the widget.

Link copied to clipboard
var width: Int

The width of the widget in column spans. The dashboard layout consists of a grid system.