IsNilOptions interface

Options for an IsNil filter.

Extends

Properties

nilReason

Inherited Properties

matchAction
matchCase

Property Details

nilReason

nilReason?: "noValue" | "valueUnknown"

Property Value

"noValue" | "valueUnknown"

Inherited Property Details

matchAction

matchAction?: "Any" | "All" | "One"

Property Value

"Any" | "All" | "One"

Inherited From BinaryComparisonOptions.matchAction

matchCase

matchCase?: boolean

Property Value

boolean

Inherited From BinaryComparisonOptions.matchCase