AdaptableColumnPredicate
Restricts a Predicate to a given Column
TypeScript
export interface AdaptableColumnPredicate extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| ColumnId | string | 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