LivePanels.Canvas.Render (livepanels v0.1.0)

Copy Markdown View Source

Render-side helpers for ordinary canvas_runtime/1 applications.

These helpers do not mutate canonical canvas state. They operate on the current LiveView render projection.

Summary

Functions

Re-sends existing rendered canvas items to the LiveView stream.

Types

item_ref()

Functions

refresh(socket, items)

Re-sends existing rendered canvas items to the LiveView stream.

Use this when rendered canvas items depend on app assigns outside canonical canvas state. This does not mutate canvas state, history, persistence, or shared-coordination state.