Skip to contents

Create a text renderer for output$...

Usage

tuiRenderText(expr)

Arguments

expr

An expression returning text-compatible output.

Value

A text renderer object for assignment in output$....

Details

Renderer expressions should ideally be side-effect free. If a tuiRender* expression mutates reactive state (for example via tuiReactiveVal()), the output can invalidate itself during its own evaluation. In that case, rtui emits a warning (once per output id) and still completes the render pass.