Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines an image or a chart to be displayed in a pop-up window.

Part of the Esri web map specification. See http://resources.arcgis.com/en/help/arcgis-web-map-json/.

Hierarchy

  • MediaInfo

Index

Properties

Properties

Optional caption

caption: string

A string caption describing the media. This can contain a field name enclosed in {}, such as {IMAGECAPTION}.

Optional title

title: string

A string title for the media. This can contain a field name enclosed in {}, such as {IMAGETITLE}.

Optional type

type: "image" | "barchart" | "columnchart" | "linechart" | "piechart"

A string defining the type of media. This can be one of the following: image | barchart | columnchart | linechart | piechart

Optional value

value: object

The value object contains information for pop-up windows about how images should be retrieved or charts constructed.

Type declaration

  • Optional fields?: string[]
  • Optional linkURL?: string
  • Optional normalizeField?: string
  • Optional sourceURL?: string
  • Optional tooltipField?: string