CustomSharedEntityConfig

Describes a custom Object which is being Team Shared

TypeScript
export interface

Properties

PropertyTypeDescription
DescriptionstringDescription of object being shared
NamestringName of object being shared
TagsAdaptableObjectTag[]List of Tags associated with the Object
UuidstringOptional 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

AdaptableObjectTag[]

Uuid

Optional technical ID; if not provided, it will be auto-generated by Adaptable

TypeScript
Uuid?: string;
Property Value

string