Interface
Root element in the web map specifying an array of table objects.
Properties
| Property | Type | Notes |
|---|---|---|
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 | IDefinitionEditor | Object indicating the definitionEditor used as a layer's interactive filter. |
id | number | Unique identifier for the table. |
itemId | string | Unique string value indicating an item registered in ArcGIS Online or your organization's portal. |
layerDefinition | ILayerDefinition | A layerDefinition object defining a definition expression for the table. |
name | string | Table name |
popupInfo | IPopupInfo | An object defining the content of popup windows when you query a record and the sort option for child related records. |
title | string | String value for the title of the table. |
url | string | String value indicating the URL reference of the hosted table. |
capabilities
capabilities: stringA comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: 'Create', 'Delete', 'Query', 'Update', and 'Editing'.
definitionEditor
definitionEditor: IDefinitionEditorObject indicating the definitionEditor used as a layer's interactive filter.
itemId
itemId: stringUnique string value indicating an item registered in ArcGIS Online or your organization's portal.
layerDefinition
layerDefinition: ILayerDefinitionA layerDefinition object defining a definition expression for the table.
popupInfo
popupInfo: IPopupInfoAn object defining the content of popup windows when you query a record and the sort option for child related records.