Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Services

Modules for Service Container

The typings here exclude the constructor and any properties in services that are used to reference other services.

Important! While Services is exported here, it's only for typings. To access the services here, you will need to use LocalMain.getServiceContainer()

see

ServiceContainer

see

getServiceContainer()

Index

Type aliases

PortAllocation

PortAllocation: { blacklistedPorts: number[]; ports: {} }

Type declaration

  • blacklistedPorts: number[]
  • ports: {}
    • [portName: string]: Local.SitePort[]

PortPoolAllocationRequest

PortPoolAllocationRequest: {}

Type declaration

  • [portName: string]: number

PortServiceAllocationRequest

PortServiceAllocationRequest: {}

Type declaration

Generated using TypeDoc