Skip to content
DocsTry Aspire
DocsTry

InteractionInput

Type
📦 Aspire.Hosting v13.5.3
type InteractionInput = {
Name?: string;
Label?: string;
Description?: string;
EnableDescriptionMarkdown?: boolean;
InputType?: InputType;
Required?: boolean;
Options?: KeyValuePair<string,string>[];
Value?: string;
Placeholder?: string;
AllowCustomChoice?: boolean;
Disabled?: boolean;
MaxLength?: number;
AllowMultipleFiles?: boolean;
FileFilter?: string;
MaxFileSize?: number;
}

Fields

Namestringoptional
Labelstringoptional
Descriptionstringoptional
EnableDescriptionMarkdownbooleanoptional
InputTypeInputTypeoptional
Requiredbooleanoptional
OptionsKeyValuePair<string,string>[]optional
Valuestringoptional
Placeholderstringoptional
AllowCustomChoicebooleanoptional
Disabledbooleanoptional
MaxLengthnumberoptional
AllowMultipleFilesbooleanoptional
FileFilterstringoptional
MaxFileSizenumberoptional