It’s just a workaround,
In the onStartup script of your view, add someting like:
self.page.props.myProp1 = "myValue"
And you can use the value in a binding
page.props.myProp1
It’s just a workaround,
In the onStartup script of your view, add someting like:
self.page.props.myProp1 = "myValue"
And you can use the value in a binding
page.props.myProp1