Expand description
Element configuration and exports.
Configuration holds the element’s authored parameter bindings —
literal values or TokenExpr references. It is not a defaults
map: per SRD-0007 D21 the resolver precedence for a parameter’s
trial value is axis binding → element configuration → parameter default → error.
Exports maps user-defined export names (e.g. service_addr) to
token expressions (${self.ip}:4567) that downstream elements can
reference. Resolution happens at deploy time.
Structs§
- Configuration
- The element’s authored parameter bindings. Not a defaults map — see SRD-0007 D21.
- Export
Name - Name of one exported value an element publishes. Identifier-style
(ASCII alphanumeric +
_-.). - Exports
- Map from export name to token expression.
- Token
Expr - A token-expression reference.
Enums§
- Config
Entry - One configuration slot on an element.