Indeed page properties are "local" to the page. They map to class properties of the Angular component. You can use localStorage and sessionStorage to implement global properties. To set such a property use Execute Code action:
You can get the value via sessionStorage.getItem("key")
. Just keep in mind that all values stored in session and local storage a strings.