New to Kendo UI for Angular? Start a free 30-day trial
ActionSheetItemGroup
Defines the group for an ActionSheet item.
top
—Renders the item above the separator.bottom
—Renders the item below the separator.
type
ActionSheetItemGroup = "top" | "bottom";