Skip to main content

Type Alias: ChartViewLiveView

ChartViewLiveView = object

Defined in: src/sdk/charts/ChartView.ts:9

A description of a LiveView used by ChartView to display a chart image.

Properties

chartUrl

readonly chartUrl: string

Defined in: src/sdk/charts/ChartView.ts:17

The URL of the chart page displayed by the LiveView.


name

readonly name: string

Defined in: src/sdk/charts/ChartView.ts:14

The name of the LiveView. The name can be used wherever an image URL is accepted (e.g. as the src attribute for an image element or as the argument for the CSS url() function).