FileSelectButtonSettings
Defines the configuration settings for the PromptBox File Select button.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
accept?
string
Sets the accept attribute of the internal file input element.
disabled?
boolean
Sets the disabled state of the File Select button.
When set to true, prevents user interaction.
fillMode?
ButtonFillMode
Sets the background and border styles of the File Select button.
icon?
string
Sets the name of a font icon from the Kendo UI theme.
iconClass?
string
Sets a CSS class or multiple classes separated by spaces.
Applied to a span element inside the File Select button.
imageUrl?
string
Sets a URL for an img element displayed inside the File Select button.
multiple?
boolean
Enables selection of multiple files.
restrictions?
FileRestrictions
Sets the restrictions for selected files.
rounded?
ButtonRounded
Sets the border radius of the File Select button.
size?
ButtonSize
Sets the padding of the File Select button.
svgIcon?
SVGIcon
Sets an SVG icon to display inside the File Select button.
themeColor?
ButtonThemeColor
Sets the theme color of the File Select button.