CustomSharedEntity
Defines a Custom object that will be shared using Team Sharing
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| ChangedAt | Last time when the object was changed |
| ChangedBy | Last User who changed the object |
| Description | Description of object being shared |
| Entity | Custom Object being shared |
| EntityType | Type of shared entity (either Adaptable specific or custom object) |
| IsReadOnly | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
| Name | Name of object being shared |
| Tags | List of Tags associated with the Object |
| Timestamp | When the object was shared |
| UserName | User who shared the object |
| Uuid | Unique identifier for the Custom Shared Entity |
Property Details
ChangedAt
Last time when the object was changed
TypeScript
ChangedAt: number;Property Value
number
ChangedBy
Last User who changed the object
TypeScript
ChangedBy: string;Property Value
string
Description
Description of object being shared
TypeScript
Description: string;Property Value
string
Entity
Custom Object being shared
TypeScript
Entity: T;Property Value
T
EntityType
Type of shared entity (either Adaptable specific or custom object)
TypeScript
EntityType: 'customEntity';Property Value
'customEntity'
IsReadOnly
Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')
TypeScript
IsReadOnly?: boolean;Property Value
boolean
Name
Name of object being shared
TypeScript
Name: string;Property Value
string
Tags
List of Tags associated with the Object
TypeScript
Tags?: AdaptableObjectTag[];Property Value
Timestamp
When the object was shared
TypeScript
Timestamp: number;Property Value
number
UserName
User who shared the object
TypeScript
UserName: string;Property Value
string
Uuid
Unique identifier for the Custom Shared Entity
TypeScript
Uuid: TypeUuid;Property Value
TypeUuid