Defines a Data Set object that can provide data to AdapTable

TypeScript
export interface DataSet extends
Extends

AdaptableObject

Properties

PropertyDescription
descriptionDescribes the Data Set
formParams for Data Set popup form
infoAdditional info for Data Set
nameName of Data Set
IsReadOnlySets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')

Property Details

description

Describes the Data Set

TypeScript
description: string;
Property Value

string

form

Params for Data Set popup form

TypeScript
form?: AdaptableForm<DataSetFormContext>;
Property Value

AdaptableForm<DataSetFormContext>

info

Additional info for Data Set

TypeScript
info?: Record<string, string | number | boolean | Date>;
Property Value

Record<string, string | number | boolean | Date>

name

Name of Data Set

TypeScript
name: string;
Property Value

string

IsReadOnly

Inherited from AdaptableObject

Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')

TypeScript
IsReadOnly?: boolean;
Property Value

boolean