Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PopupTemplate

Hierarchy

Index

Properties

actions

content

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

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

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

expressionInfos

expressionInfos: popupExpressionInfo[]

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

Read more...

fieldInfos

fieldInfos: FieldInfo[]

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

Read more...

initialized

initialized: boolean

lastEditInfoEnabled

lastEditInfoEnabled: boolean

Indicates whether or not editor tracking should display.

Read more...

layerOptions

layerOptions: LayerOptions

Additional options that can be defined for the popup layer.

Read more...

outFields

outFields: string[]

An array of field names used in the PopupTemplate.

Read more...

overwriteActions

overwriteActions: boolean

Indicates whether actions should replace existing popup actions.

Read more...

relatedRecordsInfo

relatedRecordsInfo: RelatedRecordsInfo

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

Read more...

returnGeometry

returnGeometry: boolean

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

Read more...

title

title: string | Function | Promise<any>

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

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns PopupTemplate

clone

  • Creates a deep clone of the PopupTemplate object.

    Read more...

    Returns PopupTemplate

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns PopupTemplate

  • Parameters

    Returns PopupTemplate

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc