Edge.setMetadata()

Writes edge metadata back to the owning solid through parentSolid.setEdgeMetadata().

Usage

javascript
edge.setMetadata({ tag: 'datum' });

This is the edge-object convenience wrapper for the solid metadata API.