Solid.getEdgeMetadata()
July 1, 2026 ยท View on GitHub
Reads metadata stored for a named edge. Returns null when the edge has no stored metadata.
Usage
const edgeMetadata = solid.getEdgeMetadata('EDGE_0');
Signature
solid.getEdgeMetadata(edgeName)
Parameters
edgeName(string) - Boundary edge label to read.
Returns
object | null - Stored metadata for the edge, or null when none exists.
Use this with getBoundaryEdgePolylines() or rendered Edge objects.