Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PopupTemplateProperties

Hierarchy

  • PopupTemplateProperties

Index

Properties

Optional actions

actions: CollectionProperties<(ActionButtonProperties & { type: "button" }) | (ActionToggleProperties & { type: "toggle" })>

Optional content

content: string | Function | Promise<any> | ContentProperties[]

The template for defining and formatting a popup's content.

Read more...

Optional expressionInfos

An array of objects or ExpressionInfo[] that reference Arcade expressions.

Read more...

Optional fieldInfos

fieldInfos: FieldInfoProperties[]

An array of FieldInfo that defines how fields in the dataset or values from Arcade expressions participate in a popup.

Read more...

Optional lastEditInfoEnabled

lastEditInfoEnabled: boolean

Indicates whether or not editor tracking should display.

Read more...

Optional layerOptions

Additional options that can be defined for the popup layer.

Read more...

Optional outFields

outFields: string[]

An array of field names used in the PopupTemplate.

Read more...

Optional overwriteActions

overwriteActions: boolean

Indicates whether actions should replace existing popup actions.

Read more...

Optional relatedRecordsInfo

relatedRecordsInfo: RelatedRecordsInfoProperties

The RelatedRecordsInfo class provides additional sorting options when working with related records in a popup.

Read more...

Optional returnGeometry

returnGeometry: boolean

Indicates whether to include the feature's geometry for use by the template.

Read more...

Optional title

title: string | Function | Promise<any>

The template for defining how to format the title used in a popup.

Read more...

Generated using TypeDoc