linear.nullablestringcomparator
Home > @runlightyear/linear > NullableStringComparator
NullableStringComparator interface
Signature:interface NullableStringComparator extends StringComparator
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
null? | boolean | Null constraint. Matches any non-null values if the given value is false, otherwise it matches null values. |