Skip to content
Docs Try Aspire
Docs Try

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

InputType InputType optional
Label string
Description string
EnableDescriptionMarkdown boolean optional
Options Dict<string,string>
Value string
Placeholder string
AllowCustomChoice boolean optional
Disabled boolean optional
MaxLength number optional