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: {}
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()
ServiceContainer
getServiceContainer()