ITypeInfo

Interface

Properties

Property Type Notes
domains Optional [key: string]: ITypeInfoDomain

A comma-delimited series of domain objects for each domain in the type.

id Optional string | number

A unique string or numerical ID for the type.

name Optional string

A user-friendly name for the type.

templates Optional ITemplate[] | ITemplate

Defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.


Interface defined in packages/arcgis-rest-types/src/webmap.ts:1117