SystemSpec interface
a SystemSpec is the result from a [[system]] call. To obtain the [[system]], pass the spec to [[init]].
Signature:
export interface SystemSpec<Dependencies extends AnySystemSpecs, /** @internal */ Constructor extends SystemConstructor<Dependencies>>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
constructor | Constructor | ||
dependencies | Dependencies | ||
id | string |