The image widget allows you to embed an image on your dashboard. An image can be a PNG, JPG, or animated GIF. Only available on FREE layout dashboards.

Hierarchy

  • ImageWidgetDefinition

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
hasBackground?: boolean

Whether to display a background or not.

hasBorder?: boolean

Whether to display a border or not.

horizontalAlign?: WidgetHorizontalAlign

Horizontal alignment.

margin?: WidgetMargin

Size of the margins around the image. Note: small and large values are deprecated.

How to size the image on the widget. The values are based on the image object-fit CSS properties. Note: zoom, fit and center values are deprecated.

Type of the image widget.

url: string

URL of the image.

urlDarkTheme?: string

URL of the image in dark mode.

verticalAlign?: WidgetVerticalAlign

Vertical alignment.

Generated using TypeDoc