Skip to content
DocsTry Aspire
DocsTry

InputsInteractionResult

Handle
📦 Aspire.Hosting v13.5.0
interface InputsInteractionResult {
readonly canceled: boolean;
readonly inputs: InteractionInputCollection;
}

Properties

propertycanceledbooleanget
Gets a value indicating whether the interaction was canceled by the user.
propertyinputsInteractionInputCollectionget
Gets the inputs returned from the interaction. Empty when `Canceled` is `true`.