ParameterCustomInputOptions
Type
type ParameterCustomInputOptions = { InputType?: InputType; Label?: string; Description?: string; EnableDescriptionMarkdown?: boolean; Options?: Dict<string,string>; Value?: string; Placeholder?: string; AllowCustomChoice?: boolean; Disabled?: boolean; MaxLength?: number;}10 members
Fields
InputTypeInputTypeoptionalLabelstringoptionalDescriptionstringoptionalEnableDescriptionMarkdownbooleanoptionalOptionsDict<string,string>optionalValuestringoptionalPlaceholderstringoptionalAllowCustomChoicebooleanoptionalDisabledbooleanoptionalMaxLengthnumberoptional