Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/modules
Sentinel
Interface Sentinel<TIn, TOut>
interface
Sentinel
<
TIn
extends
Payload
=
Payload
,
TOut
extends
Payload
=
Payload
,
>
{
report
:
(
payloads
?:
TIn
[]
)
=>
Promisable
<
TOut
[]
>
;
reportQuery
:
(
payloads
?:
TIn
[]
,
account
?:
AccountInstance
,
)
=>
Promisable
<
ModuleQueryResult
<
TOut
>
>
;
}
Type Parameters
TIn
extends
Payload
=
Payload
TOut
extends
Payload
=
Payload
Hierarchy (
View Summary
)
Sentinel
CustomSentinelInstance
SentinelInstance
Index
Properties
report
report
Query
Properties
report
report
:
(
payloads
?:
TIn
[]
)
=>
Promisable
<
TOut
[]
>
report
Query
reportQuery
:
(
payloads
?:
TIn
[]
,
account
?:
AccountInstance
,
)
=>
Promisable
<
ModuleQueryResult
<
TOut
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
report
report
Query
XYO Platform SDK - v3.6.9
Loading...