Skip to content
Guides API

PortalItemInfo

PortalItemInfo = object

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

One portal item returned by portal.findItems.

id: string

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

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


owner: string

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

Portal username of the item owner.


snippet: string

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

Short description / abstract.


thumbnailUrl: string | null

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

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:1827

Human-readable title.


type: string

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

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