CustomSharedEntityConfig
Describes a custom Object which is being Team Shared
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| Description | string | Description of object being shared |
| Name | string | Name of object being shared |
| Tags | AdaptableObjectTag[] | List of Tags associated with the Object |
| Uuid | string | 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