ITable

Interface

Root element in the web map specifying an array of table objects.

ITable can also be imported from the following packages:

Use dark colors for code blocksCopy
1
import { ITable } from "@esri-arcgis-rest-service-admin"

Properties

PropertyTypeNotes
string

A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: 'Create', 'Delete', 'Query', 'Update', and 'Editing'.

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

number

Unique identifier for the table.

string

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

A layerDefinition object defining a definition expression for the table.

string

Table name

An object defining the content of popup windows when you query a record and the sort option for child related records.

string

String value for the title of the table.

string

String value indicating the URL reference of the hosted table.

capabilities

optional
Interface Property
capabilities: string

A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: 'Create', 'Delete', 'Query', 'Update', and 'Editing'.

definitionEditor

optional
Interface Property
definitionEditor: IDefinitionEditor

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

id

optional
Interface Property
id: number

Unique identifier for the table.

itemId

optional
Interface Property
itemId: string

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

layerDefinition

optional
Interface Property
layerDefinition: ILayerDefinition

A layerDefinition object defining a definition expression for the table.

name

optional
Interface Property
name: string

Table name

popupInfo

optional
Interface Property
popupInfo: IPopupInfo

An object defining the content of popup windows when you query a record and the sort option for child related records.

title

optional
Interface Property
title: string

String value for the title of the table.

url

optional
Interface Property
url: string

String value indicating the URL reference of the hosted table.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.