Manageable

parsley.debug.DebugView.Manageable
trait Manageable extends DebugView, Pauseable

Signifies that the debug view inheriting from this can wait on a certain render call, updating the state of Refs.

This can be extended to make remote state management, breakpoint stepping possible.

Attributes

See also
Source
DebugView.scala
Graph
Supertypes
trait Pauseable
trait DebugView
class Object
trait Matchable
class Any
In this article