Skip to content
Guides API

PortalItemInfo

PortalItemInfo = object

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

One portal item returned by portal.findItems.

id: string

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

Portal item id (pass to <Map portalItem={{ itemId }}> to display the web map).


owner: string

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

Portal username of the item owner.


snippet: string

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

Short description / abstract.


thumbnailUrl: string | null

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

Absolute HTTPS URL of the item’s thumbnail, or null when none is available. Constructed as <portalUrl>/sharing/rest/content/items/<id>/info/thumbnail. Load it in an <Image> component; no auth is required for public items.


title: string

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

Human-readable title.


type: string

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

Human-readable type string (e.g. "Web Map", "Feature Service"). Maps to PortalItem.typeName on both platforms.