LazyModule interface
Home > @rimitive/core > LazyModule
LazyModule interface
Section titled “LazyModule interface”Marker for lazy (async) modules
Signature:
export interface LazyModule<TName extends string = string, TImpl = unknown, TDeps = unknown> extends Module<TName, TImpl, TDeps>Extends: Module<TName, TImpl, TDeps>
Properties
Section titled “Properties”|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
true |