@progress/kendo-angular-menu
Version:
Kendo UI Angular Menu component
15 lines (14 loc) • 650 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ContextMenuEvent } from './context-menu-event';
/**
* Represents the arguments for the `select` event of the ContextMenu.
*/
export class ContextMenuSelectEvent extends ContextMenuEvent {
/**
* Specifies the DOM event that triggered the selection.
*/
originalEvent;
}