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" |
boolean | |
number | |
description inherited | string |
boolean | |
string | |
boolean | |
boolean | |
boolean | |
boolean | |
number | |
string | |
string | |
phone inherited | string |
boolean | |
snippet inherited | string |
sortField inherited | "owner" | "title" | "avgrating" | "numviews" | "created" | "modified" |
sortOrder inherited | "asc" | "desc" |
string[] | |
thumbnail inherited | string |
title inherited | string |
{ 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: "owner" | "title" | "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 }