MongoDBServerResource.withMongoExpress
Method
interface MongoDBServerResource { // ... omitted for brevity withMongoExpress(configureContainer?: (obj: MongoExpressContainerResource) => void, containerName?: string): MongoDBServerResource;}Signature
method
withMongoExpress builder Adds a MongoExpress administration platform for MongoDB
withMongoExpress(configureContainer?: (obj: MongoExpressContainerResource) => void, containerName?: string): MongoDBServerResourceParameters
configureContainer (obj: MongoExpressContainerResource) => void optional containerName string optional Returns
MongoDBServerResource Defined on
This method is defined on the following type: