IHubOrganization
read-only interface for a subset of the IPortal object This is not meant to be a complete representation of the IPortal object, but rather a subset of properties that are useful for display in the arcgu-hub-entity-card
Extends
Properties
Property | Type | Notes |
---|---|---|
AccessLevel |
Access level of the org - only public or private |
|
IPortal |
Access to the whole Portal object |
|
string[] |
tags. Always empty for an org |
|
string[] |
typeKeywords. Always empty for an org |
|
string |
URL to the org |
|
Inherited | Date |
Date the entity was created |
Inherited | string |
Source of the creation date as a property path
e.q |
Inherited | string |
Id of the entity as a string |
Inherited | string |
Name of the Entity For Entities backed by items, this is typically the title |
Inherited | string |
For Item backed results, this will be |
Inherited | Date |
Date when the entity was last updated Depending on the entity, this could be derived in many different ways |
Inherited | string |
Source of the updated date |
Optional | string |
description of the org |
Optional | IHubLocation |
location - always null for an org |
Optional | string |
ID of the org, same as the id property |
Optional | string |
owner. Always null for an org |
Optional | string |
thumbnail image w/o URL |
Optional | string |
URL to the thumbnail image |
Optional | IWithViewSettings |
view settings - always null for an org |
Optional Inherited | IHubEntityLinks |
Links to related things |
Optional Inherited | string |
Source of the entity. Exact logic for this tbd, but the intent is to allow the result to be attributed to something other than "owner" |
Optional Inherited | string |
Sanitized summary derived from item.snippet, item.description, group.description, user.description, event.description etc |
Interface defined in common/src/core/types/IHubOrganization.ts:13