IFetchContentOptions

Interface

Options object for fetchContent()

Extends

Properties

Property Type Notes
enrichments Optional ItemOrServerEnrichment[]
layerId Optional number
siteOrgKey Optional string
authentication Optional Inherited ArcGISIdentityManager
fetch Optional Inherited function(input: RequestInfo, init: RequestInit) : Promise<Response>

The implementation of fetch to use. Defaults to a global fetch.

hubApiUrl Optional Inherited string
isPortal Optional Inherited boolean
portalSelf Optional Inherited IHubRequestOptionsPortalSelf

Interface defined in common/src/content/fetchContent.ts:185