Type Alias: Widget

Widget: object

Represents a dashboard widget.

Type declaration 

actions? 

optional actions: Action[]

A list of actions for the widget.

colspan? 

optional colspan: number

The column span for the widget.

column? 

optional column: number

The column number for the widget.

id 

id: string

Required. The Id of the widget.

label? 

optional label: string

The label for the widget.

name 

name: string

Required. The name for the widget.

parameters? 

optional parameters: WidgetParameters

A list of parameters for the widget.

row? 

optional row: number

The row number for the widget.

rowspan? 

optional rowspan: number

The row span for the widget.

source? 

optional source: Source

The data source for the widget.

type 

type: string

Required. The type of the widget.