Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Docking Layout › How to get LayoutPanelItem object from closing event parameter › Reply To: How to get LayoutPanelItem object from closing event parameter
March 16, 2021 at 9:37 am
#101626
Member
I found a possible solution but it is a bit convoluted:
event.path[4].items[event.detail.index].id
The path[4] is the LayoutPanel which contains the closing tab.