IGroupAdd
Interface A Group that has not been created yet.
IGroupAdd
can also be imported from the following packages:
import { IGroupAdd } from "@esri/arcgis-rest-portal";
Properties
Property | Type | Notes |
access | "private" | "org" | "public" | |
title | string | |
autoJoin Optional | boolean | |
description Optional | string | |
isInvitationOnly Optional | boolean | |
isViewOnly Optional | boolean | |
owner Optional | string | |
phone Optional | string | |
snippet Optional | string | |
sortField Optional | "title" | "owner" | "avgrating" | "numviews" | "created" | "modified" | |
sortOrder Optional | "asc" | "desc" | |
tags Optional | string[] | string | |
thumbnail Optional | string | |
Index Signatures
Key Type | Value Type | Notes |
string | any | A Group that has not been created yet. |
Interface defined in packages/arcgis-rest-types/src/group.ts:22