Interface ModuleStartOptions<TProps>

Options that can be passed to the core when it starts a module.

Type parameters

  • TProps

Index

Properties

Properties

Optional instanceId

instanceId: string

An id that will distinguish module instances. If not provided, the module id will be used by default.

Optional props

props: TProps

Properties that will be passed to the module's init method.