Skip to main content

render_to_html_with_plugins

Function render_to_html_with_plugins 

Source
pub fn render_to_html_with_plugins(
    view: &JsonUiView,
    data: &Value,
) -> RenderResult
Expand description

Render a JSON-UI view to HTML and collect plugin assets.

Scans the component tree for plugin components, renders everything to HTML (including plugin components via the registry), then collects and deduplicates CSS/JS assets from the plugins used on the page.