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
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