Structs§
- A component’s sandbox holds all the routing dictionaries that a component has once its been resolved.
- All capabilities that are available to a component’s program.
Functions§
- Once a component has been resolved and its manifest becomes known, this function produces the various dicts the component needs based on the contents of its manifest.
- Extends the given dict based on offer declarations. All offer declarations in
offers
are assumed to targettarget_dict
.