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 |
---|---|
access inherited | "private" | "org" | "public" |
autoJoin | boolean |
created | number |
description inherited | string |
hasCategorySchema | boolean |
id | string |
isFav | boolean |
isInvitationOnly | boolean |
isOpenData | boolean |
isViewOnly | boolean |
modified | number |
orgId | string |
owner | string |
phone inherited | string |
protected | boolean |
snippet inherited | string |
sortField inherited | "title" | "owner" | "avgrating" | "numviews" | "created" | "modified" |
sortOrder inherited | "asc" | "desc" |
tags | string[] |
thumbnail inherited | string |
title inherited | string |
userMembership | { applications?: number; memberType?: GroupMembership; username?: string } |
access
inherited
Interface Propertyaccess: "private" | "org" | "public"
Inherited from IGroupAdd.access
description
optionalinherited
Interface Propertydescription: string
Inherited from IGroupAdd.description
phone
optionalinherited
Interface Propertyphone: string
Inherited from IGroupAdd.phone
snippet
optionalinherited
Interface Propertysnippet: string
Inherited from IGroupAdd.snippet
sortField
optionalinherited
Interface PropertysortField: "title" | "owner" | "avgrating" | "numviews" | "created" | "modified"
Inherited from IGroupAdd.sortField
sortOrder
optionalinherited
Interface PropertysortOrder: "asc" | "desc"
Inherited from IGroupAdd.sortOrder
thumbnail
optionalinherited
Interface Propertythumbnail: string
Inherited from IGroupAdd.thumbnail
title
inherited
Interface Propertytitle: string
Inherited from IGroupAdd.title
userMembership
optional
Interface PropertyuserMembership: { applications?: number; memberType?: GroupMembership; username?: string }