CustomSharedEntityConfig

Describes a custom Object which is being Team Shared

TypeScript
export interface

Properties

PropertyDescription
DescriptionDescription of object being shared
NameName of object being shared
TagsList of Tags associated with the Object
UuidOptional 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