IGroup

Interface

Existing Portal Group.

IGroup can also be imported from the following packages:

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

Properties

Hide inherited properties
PropertyType
access
inherited
"private" | "org" | "public"
boolean
number
description
inherited
string
boolean
string
boolean
boolean
boolean
boolean
number
string
string
phone
inherited
string
boolean
snippet
inherited
string
sortField
inherited
"title" | "owner" | "avgrating" | "numviews" | "created" | "modified"
sortOrder
inherited
"asc" | "desc"
string[]
thumbnail
inherited
string
title
inherited
string
{ applications?: number; memberType?: GroupMembership; username?: string }

access

inherited
Interface Property
access: "private" | "org" | "public"
Inherited from IGroupAdd.access

autoJoin

Interface Property
autoJoin: boolean

created

Interface Property
created: number

description

optionalinherited
Interface Property
description: string
Inherited from IGroupAdd.description

hasCategorySchema

optional
Interface Property
hasCategorySchema: boolean

id

Interface Property
id: string

isFav

Interface Property
isFav: boolean

isInvitationOnly

Interface Property
isInvitationOnly: boolean

isOpenData

optional
Interface Property
isOpenData: boolean

isViewOnly

Interface Property
isViewOnly: boolean

modified

Interface Property
modified: number

orgId

optional
Interface Property
orgId: string

owner

Interface Property
owner: string

phone

optionalinherited
Interface Property
phone: string
Inherited from IGroupAdd.phone

protected

Interface Property
protected: boolean

snippet

optionalinherited
Interface Property
snippet: string
Inherited from IGroupAdd.snippet

sortField

optionalinherited
Interface Property
sortField: "title" | "owner" | "avgrating" | "numviews" | "created" | "modified"
Inherited from IGroupAdd.sortField

sortOrder

optionalinherited
Interface Property
sortOrder: "asc" | "desc"
Inherited from IGroupAdd.sortOrder

tags

Interface Property
tags: string[]

thumbnail

optionalinherited
Interface Property
thumbnail: string
Inherited from IGroupAdd.thumbnail

title

inherited
Interface Property
title: string
Inherited from IGroupAdd.title

userMembership

optional
Interface Property
userMembership: { applications?: number; memberType?: GroupMembership; username?: string }
Type declaration

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