PgWebContainerResource.withHostPort
Method
interface PgWebContainerResource { // ... omitted for brevity withHostPort(port: number): PgWebContainerResource;}Signature
method
withHostPortbuilderConfigures the host port that the pgweb resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): PgWebContainerResourceParameters
portnumberReturns
PgWebContainerResourceDefined on
This method is defined on the following type: