Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/diviner
DivineEndEventData
Interface DivineEndEventData<T, TIn, TOut>
interface
DivineEndEventData
<
T
extends
Module
=
Module
,
TIn
extends
Payload
=
Payload
,
TOut
extends
Payload
=
Payload
,
>
{
divineEnd
:
{
mod
:
T
}
&
{
errors
:
Error
[]
;
inPayloads
:
TIn
[]
;
outPayloads
:
TOut
[]
;
}
;
[
key
:
string
|
number
|
symbol
]:
EventArgs
;
}
Type Parameters
T
extends
Module
=
Module
TIn
extends
Payload
=
Payload
TOut
extends
Payload
=
Payload
Hierarchy (
View Summary
)
EventData
DivineEndEventData
Indexable
[
key
:
string
|
number
|
symbol
]:
EventArgs
Index
Properties
divine
End
Properties
divine
End
divineEnd
:
{
mod
:
T
}
&
{
errors
:
Error
[]
;
inPayloads
:
TIn
[]
;
outPayloads
:
TOut
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
divine
End
XYO Platform SDK - v3.6.9
Loading...