<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Criterion](./schema.criterion.md) &gt; [value](./schema.criterion.value.md)

## Criterion.value property

Comparison value for the column. Not required if the operator is self-defining (e.g., 'is empty')

<b>Signature:</b>

```typescript
value?: Value;
```
