Docs (4.0.0)
class RenderContext interface

interface OutputEffect

A platform-dependent effect that can be applied to a rendered output element.

static

interface OutputEffect<TElement = unknown>

Notes

  • This type is used to apply visual effects to rendered (cell) output elements, when referenced from @{link UICell.effect}.

Instance Members

Related

  • class RenderContext abstractAn abstract class that supports global view rendering, part of the global application context.