pub fn render_to_html_with_plugins(
view: &JsonUiView,
data: &Value,
) -> RenderResultExpand 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.