Bundle Attributes
Properties of a bundle object can be read and modified with the methods getAttribute
and setAttribute
.
// get the version of the bundle
bundle.getAttribute("version");
For a complete list of the available attributes refer to the data tree.