Skip to content
DocsTry Aspire
DocsTry

ParameterCustomInputOptions

Type
📦 Aspire.Hosting v13.4.0
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
Labelstring
Descriptionstring
EnableDescriptionMarkdownbooleanoptional
OptionsDict<string,string>
Valuestring
Placeholderstring
AllowCustomChoicebooleanoptional
Disabledbooleanoptional
MaxLengthnumberoptional