getContentEditUrl

Function

Returns URL to edit content of application type

TODO: implement logic to compute edit URL for Dataset, project, document, templates

Logic copied from getEditUrl() https://github.com/ArcGIS/opendata-ui/blob/9442a7a26ddde117bdaa747f60e2ef61f5163896/packages/ember-arcgis-opendata-components/addon/services/solutions-service.js#L1340

Returns URL to edit content of application type

TODO: implement logic to compute edit URL for Dataset, project, document, templates

Logic copied from getEditUrl() https://github.com/ArcGIS/opendata-ui/blob/9442a7a26ddde117bdaa747f60e2ef61f5163896/packages/ember-arcgis-opendata-components/addon/services/solutions-service.js#L1340

  • getContentEditUrl(item: IItem, requestOptions: IRequestOptions) : string

Parameters

Parameter Type Default Notes
item Required IItem
requestOptions Required IRequestOptions

Available requestOptions

Property Type Notes

Returns

string

Function defined in common/src/content/_internal/internalContentUtils.ts:751