$root
$root is a magic property that can be used to retrieve the root element of any Alpine component. In other words the closest element up the DOM tree that contains x-data.
<div x-data data-message="Hello World!"> <button @click="alert($root.dataset.message)">Say Hi</button></div>
Ecosystem sponsor
Neon is a complete backend built around Lakebase Postgres, for developers, startups, and agent platforms, by Databricks.
neon.com →Code highlighting provided by Torchlight