AdaptableObjectLookupCriteria
Lookup criteria for finding specific Adaptable Objects; all given criteria will be composed with an AND operator
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| ids | Technical IDs of Adaptable Objects |
| scope | ColumnScope |
| tag | AdaptableObjectTag |
Property Details
ids
Technical IDs of Adaptable Objects
TypeScript
ids?: AdaptableObject['Uuid'][];Property Value
AdaptableObject['Uuid'][]
scope
ColumnScope
TypeScript
scope?: ColumnScope;Property Value
tag
AdaptableObjectTag
TypeScript
tag?: AdaptableObjectTag;