UNPKG

@progress/kendo-angular-menu

Version:

Kendo UI Angular Menu component

15 lines (14 loc) 589 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { MenuEvent } from './menu-event'; /** * Arguments for the `select` event of the Menu. */ export class MenuSelectEvent extends MenuEvent { /** * The DOM event that triggered the selection. */ originalEvent; }