Optional ReadonlyanimateOptional animation configuration
Optional ReadonlycontainerOptional custom container element. If not provided, defaults to a div
with display: contents.
ReadonlyrenderFunction to render the content. Called with current values from all Readables whenever any of them change.
Configuration for the
redrawcontrol flow (DOM-specific).Unlike other control functions,
redrawcompletely recreates its content whenever any of the input Readables change. The render callback must not return errors and can only require Scope and RendererContext (which are provided automatically).