Type Alias: Widget
Widget:
object
Represents a dashboard widget.
optionalactions:Action[]
A list of actions for the widget.
optionalcolspan:number
The column span for the widget.
optionalcolumn:number
The column number for the widget.
id:
string
Required. The Id of the widget.
optionallabel:string
The label for the widget.
name:
string
Required. The name for the widget.
optionalparameters:WidgetParameters
A list of parameters for the widget.
optionalrow:number
The row number for the widget.
optionalrowspan:number
The row span for the widget.
optionalsource:Source
The data source for the widget.
type:
string
Required. The type of the widget.
types/types.ts:446