Structs§
- Component
Sandbox - A component’s sandbox holds all the routing dictionaries that a component has once its been resolved.
- Program
Input - All capabilities that are available to a component’s program.
Functions§
- build_
component_ sandbox - 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.
- extend_
dict_ with_ offers - Extends the given
target_input
to contain the capabilities described indynamic_offers
. - is_
supported_ expose - is_
supported_ use