mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
Mwl
MwlDomainHookDeclaration
Interface MwlDomainHookDeclaration<Context, Input, Output>
A typed declaration for a domain hook namespace supplied by the game adapter.
interface
MwlDomainHookDeclaration
<
Context
=
unknown
,
Input
=
unknown
,
Output
=
unknown
,
>
{
id
:
`
${
string
}
:
${
string
}
`
;
run
:
MwlDomainHook
<
Context
,
Input
,
Output
>
;
}
Type Parameters
Context
=
unknown
Input
=
unknown
Output
=
unknown
Index
Properties
id
run
Properties
Readonly
id
id
:
`
${
string
}
:
${
string
}
`
Readonly
run
run
:
MwlDomainHook
<
Context
,
Input
,
Output
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
run
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...
A typed declaration for a domain hook namespace supplied by the game adapter.