IItemAdd

Interface

A Portal Item that has not been created yet.

IItemAdd can also be imported from the following packages:

import { IItemAdd } from "@esri/arcgis-rest-portal";

Properties

Property Type Notes
title string
type string
categories Optional string[] | string
culture Optional string
description Optional string
documentation Optional string
extent Optional number[] | number[] | number[] | number
owner Optional string
properties Optional any
snippet Optional string
spatialReference Optional ISpatialReference
tags Optional string[] | string
typeKeywords Optional string[] | string
url Optional string

Index Signatures

Key Type Value Type Notes
string any

A Portal Item that has not been created yet.


Interface defined in packages/arcgis-rest-types/src/item.ts:15