Typed helper to define a just-web
plugin.
StartContext will be deprecated. Use closure to pass value to your start()
instead.
due to an issue with TypeScript,
the function init()
and start()
needs to be defined as an arrow function.
If not, the type can't be inferred correctly.
Typed helper to define a just-web
plugin.
due to an issue with TypeScript,
the function init()
and start()
needs to be defined as an arrow function.
If not, the type can't be inferred correctly.
Rest
...args: ParamsTyped helper to define a just-web
plugin.
due to an issue with TypeScript,
the function init()
and start()
needs to be defined as an arrow function.
If not, the type can't be inferred correctly.
Typed helper to define a just-web
plugin.
due to an issue with TypeScript,
the function init()
and start()
needs to be defined as an arrow function.
If not, the type can't be inferred correctly.
Rest
...args: ParamsTyped helper to define a just-web
plugin.
due to an issue with TypeScript,
the function init()
and start()
needs to be defined as an arrow function.
If not, the type can't be inferred correctly.
Generated using TypeDoc
Typed helper to define a
just-web
plugin.Deprecated
StartContext will be deprecated. Use closure to pass value to your
start()
instead.Note
due to an issue with TypeScript, the function
init()
andstart()
needs to be defined as an arrow function. If not, the type can't be inferred correctly.