Triggering Filament Action with a Livewire.dispatch event

Hi, I followed the Filament documentation and added an action to a Livewire component.
I would like to open the modal using the Livewire.dispatch('openModal') event.

Is this possible? I know the function is firing, if I put a diedump in there, it runs.
Was this page helpful?