mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
Mwl
MwlEmitOptions
Interface MwlEmitOptions
interface
MwlEmitOptions
{
artifacts
?:
Readonly
<
Record
<
string
,
string
>
>
;
onEmit
?:
(
artifact
:
MwlArtifact
)
=>
void
;
variable
?:
string
;
}
Index
Properties
artifacts?
on
Emit?
variable?
Properties
Optional
Readonly
artifacts
artifacts
?:
Readonly
<
Record
<
string
,
string
>
>
additional game-owned generated files, kept in the same deterministic artifact set
Optional
Readonly
on
Emit
onEmit
?:
(
artifact
:
MwlArtifact
)
=>
void
Optional
Readonly
variable
variable
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
artifacts
on
Emit
variable
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...
additional game-owned generated files, kept in the same deterministic artifact set