To bubble up event to parent compoent
this.dispatch(new CustomEvent('name-of-event-without-on'), {detail: {json: 'object'}})
To bubble up event to parent compoent
this.dispatch(new CustomEvent('name-of-event-without-on'), {detail: {json: 'object'}})