Properties that can be passed into the constructor for ArcGISServiceTableExtension.

Hierarchy (view full)

Properties

attachmentTypes?: string[]

A list of the valid file MIME types that can be uploaded as attachments. For list of supported attachment types, see: https://developers.arcgis.com/rest/services-reference/enterprise/query-attachments-feature-service-layer-.htm.

failureMode?: FailureMode

A menu for actions specifically related to features from this source.

featureSettings?: FeatureSettingsProperties

A menu for actions specifically related to this source.

hyperlinks?: (HyperlinkProperties | Hyperlink)[]
iconUrl?: string
id?: string

The unique ID to assign to the entity. If not specified, one will be generated.

onAddFeature?: Action
onEditFeature?: Action
relationships?: (Relationship | RelationshipProperties)[]
requestHelper?: ArcGISRequestHelper

Request helper used to download table information.

table?: FeatureLayer | TableProperties

The Geocortex ArcGISServiceTable object being extended.

taskSettings?: TaskSettingsProperties