Forest Admin - API reference
Preparing search index...
@forestadmin/agent
OperatorDefinition
Type Alias OperatorDefinition<S, N, C>
OperatorDefinition
:
(
value
:
TFieldType
<
S
,
N
,
C
>
,
context
:
CollectionCustomizationContext
<
S
,
N
>
,
)
=>
Promise
<
TConditionTree
<
S
,
N
>
>
|
TConditionTree
<
S
,
N
>
Type Parameters
S
extends
TSchema
=
TSchema
N
extends
TCollectionName
<
S
>
=
TCollectionName
<
S
>
C
extends
TColumnName
<
S
,
N
>
=
TColumnName
<
S
,
N
>
Type Declaration
(
value
:
TFieldType
<
S
,
N
,
C
>
,
context
:
CollectionCustomizationContext
<
S
,
N
>
,
)
:
Promise
<
TConditionTree
<
S
,
N
>
>
|
TConditionTree
<
S
,
N
>
Parameters
value
:
TFieldType
<
S
,
N
,
C
>
context
:
CollectionCustomizationContext
<
S
,
N
>
Returns
Promise
<
TConditionTree
<
S
,
N
>
>
|
TConditionTree
<
S
,
N
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Forest Admin - API reference
Loading...