Interface
Existing Portal Group.
IGroup can also be imported from the following packages:
import { IGroup } from "@esri/arcgis-rest-portal";Inheritance: IGroupIGroupAdd
Properties
| Property | Type |
|---|---|
accessinherited | "private" | "org" | "public" |
autoJoin | boolean |
created | number |
descriptioninherited | string |
hasCategorySchema | boolean |
id | string |
isFav | boolean |
isInvitationOnly | boolean |
isOpenData | boolean |
isViewOnly | boolean |
modified | number |
orgId | string |
owner | string |
phoneinherited | string |
protected | boolean |
snippetinherited | string |
sortFieldinherited | "owner" | "title" | "avgrating" | "numviews" | "created" | "modified" |
sortOrderinherited | "asc" | "desc" |
tags | string[] |
thumbnailinherited | string |
titleinherited | string |
userMembership | { applications?: number; memberType?: GroupMembership; username?: string } |
access
inherited
Interface Propertyaccess: "private" | "org" | "public"Inherited from IGroupAdd.access
description
optionalinherited
Interface Propertydescription: stringInherited from IGroupAdd.description
phone
optionalinherited
Interface Propertyphone: stringInherited from IGroupAdd.phone
snippet
optionalinherited
Interface Propertysnippet: stringInherited from IGroupAdd.snippet
sortField
optionalinherited
Interface PropertysortField: "owner" | "title" | "avgrating" | "numviews" | "created" | "modified"Inherited from IGroupAdd.sortField
sortOrder
optionalinherited
Interface PropertysortOrder: "asc" | "desc"Inherited from IGroupAdd.sortOrder
thumbnail
optionalinherited
Interface Propertythumbnail: stringInherited from IGroupAdd.thumbnail
title
inherited
Interface Propertytitle: stringInherited from IGroupAdd.title
userMembership
optional
Interface PropertyuserMembership: { applications?: number; memberType?: GroupMembership; username?: string }