Skip to content
DocsTry Aspire
DocsTry

IInteractionService.createFileInput

Method
📦 Aspire.Hosting v13.5.0
interface IInteractionService {
// ... omitted for brevity
createFileInput(
name: string,
options?: CreateInteractionInputOptions): InteractionInputBuilder;
}

Signature

methodcreateFileInput
Creates a file input.
createFileInput(
name: string,
options?: CreateInteractionInputOptions): InteractionInputBuilder
namestring
optionsCreateInteractionInputOptionsoptional
InteractionInputBuilder

Defined on

This method is defined on the following type: