We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b81f2d commit a3fd464Copy full SHA for a3fd464
lib/runner/extensions/event.command.js
@@ -504,6 +504,7 @@ module.exports = {
504
_itemId: item.id,
505
_itemName: item.name,
506
_itemPath: item.getPath && item.getPath(),
507
+ _itemPathIds: item.getPathIds && item.getPathIds(),
508
_eventItemName: currentEventItem && currentEventItem.name
509
}
510
}, function (err, result) {
0 commit comments