Skip to main content

Type Alias: NodeExtensionInitialiseEngineMethod

NodeExtensionInitialiseEngineMethod = (engineCore) => Promise<void>

The type for the initialise engine method of an extension module. This is called when the engine has been constructed but not yet started.

Parameters

engineCore

IEngineCore

The engine core instance.

Returns

Promise<void>