Skip to content

Layouts

OptionValuesPurpose
layoutstacked, splitControls form/report arrangement.
reportPaneauto, always, hiddenControls report pane visibility.
mountForm(container, {
transport: createJsonTransport({ endpoint: "/api/predict" }),
schema,
layout: "split",
reportPane: "auto",
});

Use stacked for narrow embeds and simple forms. Use split when reports are central to the workflow.