tuil
ReferencePackages@mwillbanks/tuil-coreAPI

ServiceFactoryContext

interface exported by @mwillbanks/tuil-core.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-core.

export interface ServiceFactoryContext {
  readonly services: ServiceContainer;
  readonly signal: AbortSignal;
}

Members

MemberTypeRequiredDescriptionRelated types
servicesServiceContainerYesThe services member uses the ServiceContainer contract.ServiceContainer
signalAbortSignalYesThe signal member uses the AbortSignal contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-core

On this page