IUpdateSiteOptions

Interface

IUpdateSiteOptions

Options for site updates

Extends

Properties

Property Type Notes
authentication Inherited ArcGISIdentityManager
updateVersions Optional boolean
allowList Optional Inherited string[]
fetch Optional Inherited function(input: RequestInfo, init: RequestInit) : Promise<Response>

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

hubApiKey Optional Inherited string

This is for server-side usage only, not for front-end use.

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

Interface defined in packages/common/src/hub-types.ts:331