IGroupAdd

Interface

A Group that has not been created yet.

IGroupAdd can also be imported from the following packages:

Use dark colors for code blocksCopy
1
import { IGroupAdd } from "@esri/arcgis-rest-portal";
Subclasses: IGroup

Properties

PropertyType
"private" | "org" | "public"
boolean
string
boolean
boolean
string
string
string
"owner" | "title" | "avgrating" | "numviews" | "created" | "modified"
"asc" | "desc"
string[]
string
string

access

Interface Property
access: "private" | "org" | "public"

autoJoin

optional
Interface Property
autoJoin: boolean

description

optional
Interface Property
description: string

isInvitationOnly

optional
Interface Property
isInvitationOnly: boolean

isViewOnly

optional
Interface Property
isViewOnly: boolean

owner

optional
Interface Property
owner: string

phone

optional
Interface Property
phone: string

snippet

optional
Interface Property
snippet: string

sortField

optional
Interface Property
sortField: "owner" | "title" | "avgrating" | "numviews" | "created" | "modified"

sortOrder

optional
Interface Property
sortOrder: "asc" | "desc"

tags

optional
Interface Property
tags: string[]

thumbnail

optional
Interface Property
thumbnail: string

title

Interface Property
title: string

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.