mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
LoadTask
Interface LoadTask
interface
LoadTask
{
id
:
string
;
weight
?:
number
;
run
(
context
:
LoadTaskContext
)
:
void
|
Promise
<
void
>
;
}
Index
Properties
id
weight?
Methods
run
Properties
id
id
:
string
Optional
weight
weight
?:
number
Methods
run
run
(
context
:
LoadTaskContext
)
:
void
|
Promise
<
void
>
Parameters
context
:
LoadTaskContext
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
weight
Methods
run
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...