RenderAspectResult typedef

RenderAspectResult = ({RenderConfig config, RenderManifest manifest})

What render returns: the captured manifest and the config whose width and height were re-derived from Aspect.sizeFor for the rendered aspect.

Implementation

typedef RenderAspectResult = ({RenderManifest manifest, RenderConfig config});