Livewire Emit Self Events

Is there a way to emitSelf events and listen for the events in javascript?

You might try dispatchBrowserEvent if you’re looking to pick up an event directly in javascript.