Options
All
  • Public
  • Public/Protected
  • All
Menu

Part of the Esri web map specification. See https://developers.arcgis.com/web-map-specification/objects/table/.

Hierarchy

  • Table

Index

Properties

Optional capabilities

capabilities: "Create" | "Delete" | "Query" | "Update" | "Editing"

A comma-separated string listing which editing operations are allowed on an editable feature service.

Optional definitionEditor

definitionEditor: any

Object indicating the definitionEditor used as a layer's interactive filter.

Optional id

id: string

Unique string identifier for the table.

Optional itemId

itemId: number

Unique string value indicating an item registered in ArcGIS Online or your organization's portal.

Optional layerDefinition

layerDefinition: LayerDefinition

A layerDefinition object defining a definition expression for the table.

Optional popupInfo

popupInfo: PopupInfo

A popupInfo object defining the pop-up window content for the layer.

Optional refreshInterval

refreshInterval: number

Refresh interval of the table in minutes. Non-zero value indicates automatic table refresh at the specified interval. Value of 0 indicates auto refresh is not enabled.

Optional title

title: string

A user-friendly title for the layer that can be used in a table of contents. Used with WMS layers.

Optional url

url: string

String value indicating the URL reference of the hosted table.