Skip to content
Guides API

SharedTemplateInfo

SharedTemplateInfo = object

Defined in: src/ExpoArcgis.types.ts:667

A shared template published with a service geodatabase. Mirrors SharedTemplate.

description: string

Defined in: src/ExpoArcgis.types.ts:673


layerId: number

Defined in: src/ExpoArcgis.types.ts:669

Layer the template belongs to.


name: string

Defined in: src/ExpoArcgis.types.ts:672


relationships: SharedTemplateRelationship[]

Defined in: src/ExpoArcgis.types.ts:677

Related features the template creates. Empty for templates that create a single feature.


templateId: number | null

Defined in: src/ExpoArcgis.types.ts:671

Template id within the service, or null when it carries none.


visible: boolean

Defined in: src/ExpoArcgis.types.ts:675

Whether the template is meant to be offered in editing UI.