IsNilOptions interface

Options for an IsNil filter.

Extends

Properties

matchAction
matchCase
nilReason

Property Details

matchAction

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

Property Value

"Any" | "All" | "One"

matchCase

matchCase?: boolean

Property Value

boolean

nilReason

nilReason?: "noValue" | "valueUnknown"

Property Value

"noValue" | "valueUnknown"