Type alias: ExprColumn
type ExprColumn: object;
Represents a column value in a filter expression. Evaluates to the value of a specified
column's field. Throws an error if the columnId
is not a valid column in the grid.
Type declaration
Member | Type | Description |
---|---|---|
columnId | string | The ID of the column. Must be a valid column in the grid. |
operator | "column" | The type of operator, always "column" for this expression. |