IGroup

Interface

Existing Portal Group.

IGroup can also be imported from the following packages:

import { IGroup } from "@esri/arcgis-rest-portal";

Extends

Properties

Property Type Notes
autoJoin boolean
created number
id string
isFav boolean
isInvitationOnly boolean
isViewOnly boolean
modified number
owner string
protected boolean
tags string[] | string
access Inherited "private" | "org" | "public"
title Inherited string
hasCategorySchema Optional boolean
isOpenData Optional boolean
userMembership Optional {
applications:
number
memberType:
GroupMembership
username:
string
}
description Optional Inherited string
phone Optional Inherited string
snippet Optional Inherited string
sortField Optional Inherited "title" | "owner" | "avgrating" | "numviews" | "created" | "modified"
sortOrder Optional Inherited "asc" | "desc"
thumbnail Optional Inherited string

Index Signatures

Key Type Value Type Notes
string any

Existing Portal Group.


Interface defined in packages/arcgis-rest-types/src/group.ts:54