Interface
Defines an image or a chart to be displayed in a popup window.
Properties
Property | Type | Notes |
---|---|---|
any | A string caption describing the media. | |
any | Refresh interval of the layer in minutes. Non-zero value indicates automatic layer refresh at the specified interval. Value of 0 indicates auto refresh is not enabled. If the property does not exist, it's equivalent to having a value of 0. Only applicable when type is set to image. | |
string | A string title for the media. | |
"image" | "barchart" | "columnchart" | "linechart" | "piechart" | A string defining the type of media. | |
A value object containing information about how the image should be retrieved or how the chart should be constructed. |
refreshInterval
refreshInterval: any
Refresh interval of the layer in minutes. Non-zero value indicates automatic layer refresh at the specified interval. Value of 0 indicates auto refresh is not enabled. If the property does not exist, it's equivalent to having a value of 0. Only applicable when type is set to image.
type
type: "image" | "barchart" | "columnchart" | "linechart" | "piechart"
A string defining the type of media.
value
value: IMediaInfoValue
A value object containing information about how the image should be retrieved or how the chart should be constructed.
caption: any
A string caption describing the media.