InteractionInput
Type
type InteractionInput = { Name?: string; Label?: string; Description?: string; EnableDescriptionMarkdown?: boolean; InputType?: InputType; Required?: boolean; Options?: KeyValuePair<string,string>[]; Value?: string; Placeholder?: string; AllowCustomChoice?: boolean; Disabled?: boolean; MaxLength?: number; AllowMultipleFiles?: boolean; FileFilter?: string; MaxFileSize?: number;}15 members
Fields
NamestringoptionalLabelstringoptionalDescriptionstringoptionalEnableDescriptionMarkdownbooleanoptionalInputTypeInputTypeoptionalRequiredbooleanoptionalOptionsKeyValuePair<string,string>[]optionalValuestringoptionalPlaceholderstringoptionalAllowCustomChoicebooleanoptionalDisabledbooleanoptionalMaxLengthnumberoptionalAllowMultipleFilesbooleanoptionalFileFilterstringoptionalMaxFileSizenumberoptional