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
- applyEffect(element, source)Apply the effect to the provided output element.
Related
- class RenderContext abstractAn abstract class that supports global view rendering, part of the global application context.