AdaptableObjectLookupCriteria

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

TypeScript
export interface

Properties

PropertyDescription
idsTechnical IDs of Adaptable Objects
scopeColumnScope
tagAdaptableObjectTag

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