configureDashboard
Function
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) => void): DockerComposeEnvironmentResourceParameters
configure (obj: DockerComposeAspireDashboardResource) => void Returns
DockerComposeEnvironmentResource Applies to
This function is an extension method on the following types: