CustomSharedEntityConfig
Describes a custom Object which is being Team Shared
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| Description | Description of object being shared |
| Name | Name of object being shared |
| Tags | List of Tags associated with the Object |
| Uuid | Optional technical ID; if not provided, it will be auto-generated by Adaptable |
Property Details
Description
Description of object being shared
TypeScript
Description: string;Property Value
string
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
Uuid
Optional technical ID; if not provided, it will be auto-generated by Adaptable
TypeScript
Uuid?: string;Property Value
string