Documentation Index

Fetch the complete documentation index at: https://docs.unqork.io/llms.txt

Use this file to discover all available pages before exploring further.

Config View

Prev Next

Config View is the canvas where Creators add, arrange, and configure all the components in a module. It supports both UI components and logic components and is the default view when opening any module.

To switch to Config View from another view, select Config View in the canvas toolbar.

The Module Builder in Config View, showing the component tray on the left, component tree canvas in the center, and Properties panel on the right.


Component Tray

The left section of Config View is the component tray. It has two tabs: Components and Outline.

Components Tab

It lists all available component types organized into the following categories:

  • Frequently Used: The most commonly used components, plus frequently needed components.
  • Agentic Pallet: Components designed for AI-driven interactions.
  • Primary Fields: Standard input fields like text, number, and date.
  • Secondary Fields: Additional field types including drop-downs, checkboxes, and radio buttons.
  • Display & Layout: Components that control visual structure, like panels and columns.
  • Data & Event Processing: Logic and data components including calculators, decisions, and API calls.
  • Charts and Graphs: Data visualization components.
  • Query: Query Smart Components.
  • Uncategorized: Shared Smart Components without a category assignment. The number of components in this category varies by environment.
  • Custom Components: Components created by Creators in the organization. The number of components in this category varies by environment.

Shared Smart Components appear in the category assigned in their settings, alongside the standard components of that category.

Use the Search components field at the top of the tray to filter by name. To add a component, drag it from the tray into the Component Tree.

For a full list of available components, see Component Reference.

Data Models Tab

When a module has one or more Data Models linked in Module Settings, a Data Models tab displays in the component tray alongside the Components tab.

{/* IMAGE PLACEHOLDER: The component tray with the Data Models tab selected, showing schema fields grouped under a Data Model name. Each row shows a field name, type badge, and required badge. The Components tab is visible but inactive to the left. */}

The Data Models tab lists all schema fields from each linked Data Model, grouped by model. Each field row displays the field name, its data type (string, number, boolean, object, array, and so on), and a required badge for fields marked as required in the Schema. Nested fields inside object-type fields display as sub-rows.

Drag any field row from the Data Models tab onto the Component Tree to add a pre-configured component bound to that field. The platform selects the component type based on the field's data type and pre-fills the component's label, property key, and data binding automatically.

If no Data Models are linked to the module, the tab displays: "No data models linked — link a data model in Module Settings to browse its fields here."

For the full workflow, see Using Data Models in Modules.

Outline Tab

The Outline tab in the component tray displays a condensed nested view of every component placed in the module. It provides quick navigation in large modules without scrolling the full Component Tree.

The Outline has one toolbar control: the Show Labels toggle. When set to ON, component labels display alongside property keys in the outline. When set to OFF, only property keys display for a more compact view.


Toolbar

Config View has its own sub-toolbar below the main module toolbar with the following controls:

Control Description
Search A text field that filters the Component Tree by component label or property key. Results update as Creators type ().
icon Sort components Opens a drop-down to change how components are grouped in the tree. Every option shows all components. Options are Default, By Type, and Alphabetical.
icon Legacy Canvas Toggles a visual canvas view that renders each component as it displays to end-users, instead of as component tiles in the Component Tree.
Zoom Displays the current canvas zoom percentage. Select it to open a menu of preset levels: 50%, 75%, 100%, 125%, 150%, and 200%. The menu ends with Reset View, which returns the canvas to 100%.

Component Tree Canvas

The Component Tree canvas is the center panel of Config View. It displays every component in the module in a hierarchical list. Each component tile displays the component's label, its property key, and its type.

Selecting and Editing Components

Selecting a component tile opens its settings in the Properties panel on the right. Components can also be reordered by dragging a tile up or down in the tree, or use () / () when a component is focused.

Hover Actions

A component tile in the Component Tree with the hover action buttons visible: Settings, Copy, Paste Below, and Delete.

Hovering over a component tile reveals the following quick-action buttons on the right side of the tile:

Action Description
icon Settings Opens the component's settings directly in the Properties panel.
icon Copy Copies the component and its configuration to the clipboard ().
icon Paste Below Pastes the clipboard component immediately below the selected component ().
icon Delete Removes the component from the module. This action cannot be undone.

Logic Input/Output Connections

A component tile in the Component Tree showing the connections pill indicator for a logic component with wired inputs or outputs.

Components that participate in logic flows display a icon connections pill on their tile. Selecting the pill opens the connections panel for that component, with the following views:

View Description
Inputs of... All logic components whose output is wired into this component.
Outputs of... All logic components that receive this component's output.
Trigger chain from... The full execution chain that begins from this component, showing every component that fires as a result.

Expand and Collapse

Components that contain nested children display the following expand/collapse controls on the left of their tile:

State Description
icon Collapse The component is expanded. Select to collapse its children.
icon Expand The component is collapsed. Select to reveal its children.

Component Menu

The component context menu open on a component tile in the Component Tree, showing options for Copy, Paste Above, Paste Below, Move, and Delete.

Selecting the icon ellipsis icon on the right side of any component tile opens the component menu. This menu provides the following component actions:

Action Description
icon Copy Copies the component and its full configuration to the clipboard ().
icon Paste Above Pastes the clipboard component immediately above the selected component.
icon Paste Below Pastes the clipboard component immediately below the selected component.
icon Move Opens a dialog to move the component to a specific position in the tree ().
icon Delete Permanently removes the component from the module (). This action cannot be undone.

Properties Panel

Selecting a component in the Component Tree opens its settings in the Properties tab of the right panel. The available settings depend on the component type. See Component General Settings for the settings shared by all components.


Changelog

Date Change
2026-08-05 Replaced the Zoom out, Zoom level, Zoom in, and Reset view rows with one Zoom row. The toolbar now uses a single preset menu ending in Reset View, which returns the canvas to 100% rather than fitting components into view.
2026-08-03 Accuracy sweep (EN-7982): Config View icon added to opening sentence; all icon columns merged inline; Direct Select removed (not present in Config View); Expand All/Collapse All removed from Outline toolbar (does not exist); Zoom level row added; zoom min/max limits added; Click→Select in Expand/Collapse table.
2026-08-03 Added Data Models Tab section covering the tray source and drag-to-canvas workflow.
2026-06-30 Config View is now the default view for all modules (UQE-15861).
2026-06-01 Removed retired component section; renamed to Component Tray; clarified Components/Outline tabs; "Show Toolbar" fix; "row" → "component tile"; connections list → table.
2026-05-27 Expanded all sections with icon tables, hover actions, component menu details, connections panel, search/filter options, Module Outline controls.
2026-05-22 Initial publication.