Skip to content
DocsTry Aspire
DocsTry

InteractionInput

Type
📦 Aspire.Hosting v13.4.0
type InteractionInput = {
Name: string;
Label?: string;
Description?: string;
EnableDescriptionMarkdown?: boolean;
InputType: InputType;
Required?: boolean;
Options: String]][];
DynamicLoading?: InputLoadOptions;
Value: string;
Placeholder?: string;
AllowCustomChoice?: boolean;
Disabled: boolean;
MaxLength?: number;
}

Fields

Namestring
Labelstringoptional
Descriptionstringoptional
EnableDescriptionMarkdownbooleanoptional
InputTypeInputType
Requiredbooleanoptional
OptionsString]][]
DynamicLoadingInputLoadOptionsoptional
Valuestring
Placeholderstringoptional
AllowCustomChoicebooleanoptional
Disabledboolean
MaxLengthnumberoptional