ActionSheetComponent
Represents the Kendo UI ActionSheet component for Angular. Used to display a set of choices related to a task the user initiates.
Selector
kendo-actionsheet
Export Name
Accessible in templates as #kendoActionSheetInstance="kendoActionSheet"
Inputs
Name | Type | Default | Description |
---|---|---|---|
items |
|
The collection of items that will be rendered in the ActionSheet. | |
subtitle |
|
Specifies the text that is rendered under the title. | |
title |
|
Specifies the text that is rendered as title. |
Events
Name | Type | Description |
---|---|---|
itemClick |
|
Fires when an ActionSheet item is clicked. |
overlayClick |
|
Fires when the modal overlay is clicked. |