AdaptableColumnPredicate

Restricts a Predicate to a given Column

TypeScript
export interface AdaptableColumnPredicate extends
Extends

AdaptablePredicate

Properties

PropertyDescription
ColumnIdId 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