The list stream visualization displays a table of recent events in your application that match a search criteria using user-defined columns.

Hierarchy

  • ListStreamWidgetDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
legendSize?: string

Available legend sizes for a widget. Should be one of "0", "2", "4", "8", "16", or "auto".

Request payload used to query items.

showLegend?: boolean

Whether or not to display the legend on this widget.

time?: WidgetTime

Time setting for the widget.

title?: string

Title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the list stream widget.

Generated using TypeDoc