Skip to content
DocsTry Aspire
DocsTry

InteractionInputBuilder.withValue

Method
📦 Aspire.Hosting v13.5.0
interface InteractionInputBuilder {
// ... omitted for brevity
withValue(value: string): InteractionInputBuilder;
}

Signature

methodwithValue
Sets the value of the input.
withValue(value: string): InteractionInputBuilder
valuestring
InteractionInputBuilder

Defined on

This method is defined on the following type: