Selector interface
The selector expression.
Properties
in | The list of values to filter in. |
kind | The selector kind. |
not |
The list of values to filter out. |
Property Details
in
The list of values to filter in.
in?: string[]
Property Value
string[]
kind
The selector kind.
kind?: string
Property Value
string
notIn
The list of values to filter out.
notIn?: string[]
Property Value
string[]