Skip to content
DocsTry Aspire
DocsTry

CreateInteractionInputOptions

Type
📦 Aspire.Hosting v13.5.0
type CreateInteractionInputOptions = {
Label?: string;
Description?: string;
EnableDescriptionMarkdown?: boolean;
Required?: boolean;
Placeholder?: string;
Value?: string;
AllowCustomChoice?: boolean;
Disabled?: boolean;
MaxLength?: number;
MaxFileSize?: number;
AllowMultipleFiles?: boolean;
FileFilter?: string;
}

Fields

Labelstringoptional
Descriptionstringoptional
EnableDescriptionMarkdownbooleanoptional
Requiredbooleanoptional
Placeholderstringoptional
Valuestringoptional
AllowCustomChoicebooleanoptional
Disabledbooleanoptional
MaxLengthnumberoptional
MaxFileSizenumberoptional
AllowMultipleFilesbooleanoptional
FileFilterstringoptional