parse(spec, context)PrivateStatic
Convert a render spec coming from the context's render chain to an update spec for the update chain. This is the only major entry point for a consumer of this class.
Parameters
spec
RenderSpec
input render spec
context
Object
context to do the parse in
Returns
Object
the resulting update spec (if no callback specified, else none)