SharedTemplateInfo
SharedTemplateInfo =
object
Defined in: src/ExpoArcgis.types.ts:667
A shared template published with a service geodatabase. Mirrors SharedTemplate.
Properties
Section titled “Properties”description
Section titled “description”description:
string
Defined in: src/ExpoArcgis.types.ts:673
layerId
Section titled “layerId”layerId:
number
Defined in: src/ExpoArcgis.types.ts:669
Layer the template belongs to.
name:
string
Defined in: src/ExpoArcgis.types.ts:672
relationships
Section titled “relationships”relationships:
SharedTemplateRelationship[]
Defined in: src/ExpoArcgis.types.ts:677
Related features the template creates. Empty for templates that create a single feature.
templateId
Section titled “templateId”templateId:
number|null
Defined in: src/ExpoArcgis.types.ts:671
Template id within the service, or null when it carries none.
visible
Section titled “visible”visible:
boolean
Defined in: src/ExpoArcgis.types.ts:675
Whether the template is meant to be offered in editing UI.