Stamps a layer's elements and returns the selector that matches them.
The layer's drawn elements, in data order.
Id of the plot's <svg>, which scopes the selector.
<svg>
Value identifying this layer within the plot.
A selector matching exactly those elements.
stampLayer(rects, 'maidr-observable-1-a3f', 'L0');// => '#maidr-observable-1-a3f [data-maidr-observable="L0"]' Copy
stampLayer(rects, 'maidr-observable-1-a3f', 'L0');// => '#maidr-observable-1-a3f [data-maidr-observable="L0"]'
Stamps a layer's elements and returns the selector that matches them.