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 |
---|---|---|---|
animation |
|
|
Configures the ActionSheet opening and closing animations (see example).
By default the animations are turned off. The default animations' duration is |
cssClass |
|
The CSS classes that will be rendered on the inner ActionSheet element. Supports the type of values that are supported by ngClass. | |
expanded |
|
|
Specifies the state of the ActionSheet. |
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. | |
titleId |
|
Sets the |
Events
Name | Type | Description |
---|---|---|
collapse |
|
Fires when the ActionSheet is collapsed and its animation is complete. |
expand |
|
Fires when the ActionSheet is expanded and its animation is complete. |
expandedChange |
|
Fires when the |
itemClick |
|
Fires when an ActionSheet item is clicked. |
overlayClick |
|
Fires when the modal overlay is clicked. |
Methods
toggle | ||||||
---|---|---|---|---|---|---|
Toggles the visibility of the ActionSheet. | ||||||
|