AdaptableObjectLookupCriteria

Lookup criteria for finding specific Adaptable Objects; all given criteria will be composed with an AND operator

TypeScript
export interface

Properties

PropertyTypeDescription
idsAdaptableObject['Uuid'][]Technical IDs of Adaptable Objects
scopeColumnScopeColumnScope
tagAdaptableObjectTagAdaptableObjectTag

Property Details

ids

Technical IDs of Adaptable Objects

TypeScript
ids?: AdaptableObject['Uuid'][];
Property Value

AdaptableObject['Uuid'][]

scope

ColumnScope

TypeScript
scope?: ColumnScope;
Property Value

ColumnScope

tag

AdaptableObjectTag

TypeScript
tag?: AdaptableObjectTag;
Property Value

AdaptableObjectTag