Skip to content
DocsTry Aspire
DocsTry

EnvironmentEditor

Handle
📦 Aspire.Hosting v13.4.0
interface EnvironmentEditor {
set(
name: string,
value: IExpressionValue): void;
}

Methods

methodset
Sets an environment variable.
set(
name: string,
value: IExpressionValue): void
namestring
valueIExpressionValue