Type Alias: Widget

Widget: object

Represents a dashboard widget.

optional actions: Action[]

A list of actions for the widget.

optional colspan: number

The column span for the widget.

optional column: number

The column number for the widget.

id: string

Required. The Id of the widget.

optional label: string

The label for the widget.

name: string

Required. The name for the widget.

optional parameters: WidgetParameters

A list of parameters for the widget.

optional row: number

The row number for the widget.

optional rowspan: number

The row span for the widget.

optional source: Source

The data source for the widget.

type: string

Required. The type of the widget.

types/types.ts:446