ActionButtons
configurationA JavaScript array that contains the ActionSheet's action buttons configuration. They will be rendered in the footer of the widget.
actionButtons
ArrayactionButtons.click
FunctionSpecifies the click event handler of the action button.
actionButtons.disabled
BooleanIf set to true, the action button will be disabled.
actionButtons.fillMode
StringControls how the color is applied to the button. When undefined (the default), the theme controls the default fill mode. Valid values are: "solid", "outline", "flat", "link".
The
"none"value is deprecated. Use custom CSS instead.
Default: undefined
actionButtons.icon
StringSpecifies the icon's name of the action button.
actionButtons.iconClass
StringSpecifies the icon's class of the action button.
actionButtons.rounded
StringControls what border radius is applied to a button. When undefined (the default), the theme controls the default border radius. Valid values are: "small", "medium", "large", "full".
The
"none"value is deprecated. Use custom CSS instead.
Default: undefined
actionButtons.size
StringControls the overall physical size of a button. When undefined (the default), the theme controls the default size. Valid values are: "small", "medium", "large".
The
"none"value is deprecated. Use custom CSS instead.
Default: undefined
actionButtons.text
StringSpecifies the text of the action button.
actionButtons.themeColor
StringControls the main color applied to the button. Valid values are: "base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse", and "none". Default value is "base".
Default: 'base'