AdaptableColumnPredicate
Restricts a Predicate to a given Column
TypeScript
export interface AdaptableColumnPredicate extendsExtends
Properties
| Property | Description |
|---|---|
| ColumnId | Id of Column which will be evaluated by the Predicate |
Property Details
ColumnId
Id of Column which will be evaluated by the Predicate
TypeScript
ColumnId?: string;Property Value
string