Content Type in Microfrontend Loading

Overview

Content Type defines what kind of UI is dynamically loaded as a microfrontend in the OneCX platform.

It determines whether you are loading a full feature (Module) or a reusable UI component (Remote Component).

Selecting the correct content type is important, as it affects how the microfrontend is loaded and displayed.

Content Type Selection

Table 1. Content Type Selection
Use Case Content Type Loading Mechanism

Full page or feature with routing

Module

Shell UI Router

Reusable UI component embedded in a page

Remote Component

Slot Component

Table 2. Navigation

← Previous: Microfrontend Content Loading

Next: Shell UI Router →