InteractionInput
Type
type InteractionInput = { Name: string; Label?: string; Description?: string; EnableDescriptionMarkdown?: boolean; InputType: InputType; Required?: boolean; Options: String]][]; DynamicLoading?: InputLoadOptions; Value: string; Placeholder?: string; AllowCustomChoice?: boolean; Disabled: boolean; MaxLength?: number;} 13 members
Fields
Name string Label string optional Description string optional EnableDescriptionMarkdown boolean optional InputType InputType Required boolean optional Options String]][] DynamicLoading InputLoadOptions optional Value string Placeholder string optional AllowCustomChoice boolean optional Disabled boolean MaxLength number optional