Skip to content
DocsTry Aspire
DocsTry

ParameterCustomInputOptions

Type
📦 Aspire.Hosting v13.5.3
type ParameterCustomInputOptions = {
InputType?: InputType;
Label?: string;
Description?: string;
EnableDescriptionMarkdown?: boolean;
Options?: Dict<string,string>;
Value?: string;
Placeholder?: string;
AllowCustomChoice?: boolean;
Disabled?: boolean;
MaxLength?: number;
}

Fields

InputTypeInputTypeoptional
Labelstringoptional
Descriptionstringoptional
EnableDescriptionMarkdownbooleanoptional
OptionsDict<string,string>optional
Valuestringoptional
Placeholderstringoptional
AllowCustomChoicebooleanoptional
Disabledbooleanoptional
MaxLengthnumberoptional