functional-models
Preparing search index...
index
booleanQuery
Function booleanQuery
booleanQuery
(
key
:
string
,
value
:
undefined
|
null
|
boolean
,
)
:
Readonly
<
{
equalitySymbol
:
EqualitySymbol
;
key
:
string
;
options
:
{
caseSensitive
?:
boolean
;
endsWith
?:
boolean
;
startsWith
?:
boolean
;
}
;
type
:
"property"
;
value
:
any
;
valueType
:
DatastoreValueType
;
}
,
>
A helper query that is for boolean values.
Parameters
key
:
string
The property key/name
value
:
undefined
|
null
|
boolean
The value to match
Returns
Readonly
<
{
equalitySymbol
:
EqualitySymbol
;
key
:
string
;
options
:
{
caseSensitive
?:
boolean
;
endsWith
?:
boolean
;
startsWith
?:
boolean
;
}
;
type
:
"property"
;
value
:
any
;
valueType
:
DatastoreValueType
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
functional-models
Loading...
A helper query that is for boolean values.