configureDashboard
Method
interface DockerComposeEnvironmentResource { // ... omitted for brevity configureDashboard(configure: callback): DockerComposeEnvironmentResource;}Signature
method
configureDashboard builder Configures the Aspire dashboard resource for the Docker Compose environment
configureDashboard(configure: (obj: DockerComposeAspireDashboardResource) => Promise<void>): DockerComposeEnvironmentResourceParameters
configure (obj: DockerComposeAspireDashboardResource) => Promise<void> Returns
DockerComposeEnvironmentResource Applies to
This method applies to the following types: