forms.property and its already in view-property. I have a different page with the view-property where its loaded standalone and of course the modal launches there. Unfortunately its also not as simple as doing a registerModalActions() on the original Action that launches modalContent() as that only makes the action available within forms.property and I cant simply pass it all the way to the final livewire component of view-property. Id rather not go that route anyway as it makes things less flexible for me. But right now I just need to get it working.