We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558f81e commit 85276baCopy full SHA for 85276ba
InteractiveHtmlBom/web/ibom.js
@@ -542,6 +542,14 @@ function populateBomBody() {
542
first = false;
543
}
544
545
+ EventHandler.emitEvent(
546
+ IBOM_EVENT_TYPES.BOM_BODY_CHANGED_EVENT,
547
+ {
548
+ filter: filter,
549
+ reflookup: reflookup,
550
+ checkboxes: settings.checkboxes,
551
+ bommode: settings.bommode,
552
+ });
553
554
555
function highlightPreviousRow() {
InteractiveHtmlBom/web/util.js
@@ -525,6 +525,7 @@ const IBOM_EVENT_TYPES = {
525
ALL: "all",
526
HIGHLIGHT_EVENT: "highlightEvent",
527
CHECKBOX_CHANGE_EVENT: "checkboxChangeEvent",
528
+ BOM_BODY_CHANGED_EVENT: "bomBodyChangedEvent",
529
530
531
const EventHandler = {
0 commit comments