DockerComposeEnvironmentResource.configureDashboard
Method
interface DockerComposeEnvironmentResource { // ... omitted for brevity configureDashboard(configure: (obj: DockerComposeAspireDashboardResource) => void): DockerComposeEnvironmentResource;}Signature
method
configureDashboard builder Configures the Aspire dashboard resource for the Docker Compose environment
configureDashboard(configure: (obj: DockerComposeAspireDashboardResource) => void): DockerComposeEnvironmentResourceParameters
configure (obj: DockerComposeAspireDashboardResource) => void Returns
DockerComposeEnvironmentResource Defined on
This method is defined on the following type: