Page parameters - will be used to communicate between components
assert(H5App.parameters == null); assert(H5App.parameters(["x":"y"]).parameters == ["x":"y"]); assert(H5App.parameters("x", "y").parameters == ["x":"y"]);
See Implementation