Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-toolkit
ConditionTreeFactory
Class ConditionTreeFactory
Index
Constructors
constructor
Properties
Match
All
Match
None
Methods
from
Plain
Object
intersect
match
Ids
match
Records
union
Constructors
constructor
new
ConditionTreeFactory
()
:
ConditionTreeFactory
Returns
ConditionTreeFactory
Properties
Static
Match
All
MatchAll
:
ConditionTree
= null
Static
Match
None
MatchNone
:
ConditionTree
= ...
Methods
Static
from
Plain
Object
fromPlainObject
(
json
:
GenericTree
)
:
ConditionTree
Parameters
json
:
GenericTree
Returns
ConditionTree
Static
intersect
intersect
(
...
trees
:
ConditionTree
[]
)
:
ConditionTree
Parameters
...
trees
:
ConditionTree
[]
Returns
ConditionTree
Static
match
Ids
matchIds
(
schema
:
CollectionSchema
,
ids
:
CompositeId
[]
)
:
ConditionTree
Parameters
schema
:
CollectionSchema
ids
:
CompositeId
[]
Returns
ConditionTree
Static
match
Records
matchRecords
(
schema
:
CollectionSchema
,
records
:
RecordData
[]
)
:
ConditionTree
Parameters
schema
:
CollectionSchema
records
:
RecordData
[]
Returns
ConditionTree
Static
union
union
(
...
trees
:
ConditionTree
[]
)
:
ConditionTree
Parameters
...
trees
:
ConditionTree
[]
Returns
ConditionTree
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
Match
All
Match
None
Methods
from
Plain
Object
intersect
match
Ids
match
Records
union
Forest Admin - API reference
Loading...