Viewport

semagrams.Viewport$
See theViewport companion trait
object Viewport

Utility methods associated with Viewports

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def render($m: Signal[EntityCollection]): Signal[Seq[SvgElement]]

Build a signal of a sequence of SvgElements from an EntityCollection.

Build a signal of a sequence of SvgElements from an EntityCollection.

This behaves similarly to split from Laminar in that it caches the rendered SvgElement for an Entity, but passes into the rendering method a Signal of updated ACSet data associated to that Entity.

Attributes

Todo:

remove dollar signs