ITable
Root element in the web map specifying an array of table objects.
ITable
can also be imported from the following packages:
import { ITable } from "@esri-arcgis-rest-service-admin"
Properties
Property | Type | Notes |
---|---|---|
Optional | 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'. |
Optional | IDefinitionEditor |
Object indicating the definitionEditor used as a layer's interactive filter. |
Optional | number |
Unique identifier for the table. |
Optional | string |
Unique string value indicating an item registered in ArcGIS Online or your organization's portal. |
Optional | ILayerDefinition |
A layerDefinition object defining a definition expression for the table. |
Optional | string |
Table name |
Optional | IPopupInfo |
An object defining the content of popup windows when you query a record and the sort option for child related records. |
Optional | string |
String value for the title of the table. |
Optional | string |
String value indicating the URL reference of the hosted table. |
Interface defined in packages/arcgis-rest-types/src/webmap.ts:450