@progress/kendo-angular-navigation
Version:
Kendo UI Navigation for Angular
18 lines (17 loc) • 629 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* Arguments for the `itemClick` event of the ActionSheet.
*/
export class ActionSheetItemClickEvent {
/**
* The ActionSheet item that was clicked.
*/
item;
/**
* The DOM event that triggered the `itemClick` event.
*/
originalEvent;
}