Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/module
ModuleFilterOptions
Interface ModuleFilterOptions<T>
interface
ModuleFilterOptions
<
T
extends
ModuleInstance
=
ModuleInstance
>
{
direction
?:
Direction
;
identity
?:
TypeCheck
<
T
>
;
maxDepth
?:
number
;
required
?:
boolean
|
"warn"
|
"log"
;
retry
?:
number
;
timeout
?:
number
;
}
Type Parameters
T
extends
ModuleInstance
=
ModuleInstance
Hierarchy (
View Summary
)
ObjectFilterOptions
<
T
>
ModuleFilterOptions
Index
Properties
direction?
identity?
max
Depth?
required?
retry?
timeout?
Properties
Optional
direction
direction
?:
Direction
Optional
identity
identity
?:
TypeCheck
<
T
>
Optional
max
Depth
maxDepth
?:
number
Optional
required
required
?:
boolean
|
"warn"
|
"log"
Optional
retry
retry
?:
number
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
identity
max
Depth
required
retry
timeout
XYO Platform SDK - v3.6.9
Loading...