Interface
Existing Portal Group.
IGroup
can also be imported from the following packages:
import { IGroup } from "@esri/arcgis-rest-portal";
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 | "title" | "owner" | "avgrating" | "numviews" | "created" | "modified" |
sortOrder inherited | "asc" | "desc" |
string[] | |
thumbnail inherited | string |
title inherited | string |
{ applications?: number; memberType?: GroupMembership; username?: string } |
access
access: "private" | "org" | "public"
description
description: string
phone
phone: string
snippet
snippet: string
sortField
sortField: "title" | "owner" | "avgrating" | "numviews" | "created" | "modified"
sortOrder
sortOrder: "asc" | "desc"
thumbnail
thumbnail: string
title
title: string
userMembership
userMembership: { applications?: number; memberType?: GroupMembership; username?: string }