Preparing search index...
The search index is not available
@deep-foundation/deeplinks
@deep-foundation/deeplinks
client_types
BoolExpValue
Interface BoolExpValue<T>
interface
BoolExpValue
<
T
>
{
_and
?:
BoolExpValue
<
T
>
[]
;
_not
?:
BoolExpValue
<
T
>
;
_or
?:
BoolExpValue
<
T
>
[]
;
id
?:
ComparasionType
<
Id
>
;
link
?:
BoolExpLink
;
link_id
?:
ComparasionType
<
Id
>
;
value
?:
ComparasionType
<
T
>
;
}
Type Parameters
T
Hierarchy (
view full
)
BoolExp
<
BoolExpValue
<
T
>
>
BoolExpValue
Index
Properties
_and?
_not?
_or?
id?
link?
link_
id?
value?
Properties
Optional
_and
_and
?:
BoolExpValue
<
T
>
[]
Optional
_not
_not
?:
BoolExpValue
<
T
>
Optional
_or
_or
?:
BoolExpValue
<
T
>
[]
Optional
id
id
?:
ComparasionType
<
Id
>
Optional
link
link
?:
BoolExpLink
Relation to the link that contains this value.
Optional
link_
id
link_
id
?:
ComparasionType
<
Id
>
If of link that contains this value.
Optional
value
value
?:
ComparasionType
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_and
_not
_or
id
link
link_
id
value
@deep-foundation/deeplinks
Loading...
Relation to the link that contains this value.