interface OutputTransformer
An interface that describes an asynchronous transformer for a rendered output element.
static
interface OutputTransformer<TElement = unknown>
Instance Members
- applyTransform(transform)Apply the transformer using the provided output transform object.
Related
- class RenderContext abstractAn abstract class that supports global view rendering, part of the global application context.
- interface RenderContext.OutputTransform staticAn interface for an object that represents transformations to be applied to an output element.