Preparing search index...
The search index is not available
@deep-foundation/deeplinks
@deep-foundation/deeplinks
client_types
BoolExp
Interface BoolExp<T>
interface
BoolExp
<
T
>
{
_and
?:
T
[]
;
_not
?:
T
;
_or
?:
T
[]
;
return
?:
{
[
key
:
string
]
:
ReturnBoolExp
;
}
;
}
Type Parameters
T
Hierarchy (
view full
)
BoolExp
ReturnBoolExp
BoolExpLink
BoolExpValue
BoolExpCan
BoolExpSelector
BoolExpTree
BoolExpHandler
Index
Properties
_and?
_not?
_or?
return?
Properties
Optional
_and
_and
?:
T
[]
Optional
_not
_not
?:
T
Optional
_or
_or
?:
T
[]
Optional
return
return
?:
{
[
key
:
string
]
:
ReturnBoolExp
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_and
_not
_or
return
@deep-foundation/deeplinks
Loading...