GE
How do I retrieve the value of a HX-Trigger item on the client side using _hyperscript?? I want to retrieve the dynamic value of showMessage for a notification message eg added, deleted, updated messages. return HttpResponse( status=204, headers={ "HX-Trigger": json.dumps( { "movieListChanged": None, "showMessage": f"{movie.title} added.", } ) }, )