Logo
NeoArc Studio

Projection Mapper Block

Embed a projection mapper view showing how model entities transform to target representations. Readers can trace field lineage from source through transformation to target.

Projection mapper blocks embed transformation visualisations directly into your documentation pages. Each mapper shows source entities on the left and target entities on the right, with connector lines tracing how individual fields map from source to target. Readers can follow the lineage of any field through the transformation, seeing exactly where each target property originates and what changes were applied.

When to Use

Block Properties

PropertyRequiredDescription
Projection PathYesPath to the projection whose mapper view should be displayed
TitleNoOptional title displayed above the mapper

Mapper Layout

Interactive Features

FeatureDescription
Hover HighlightingHovering over a source or target property highlights its connector line and the linked property on the opposite side
Property DetailClicking a property shows its full configuration including type, constraints, and transformation rules
Override IndicatorsProperties that override inherited values from the source show a visual indicator distinguishing them from pass-through mappings
Theme AdaptationConnector lines and entity panels adapt to the active dark or light theme

Projection Mapper vs Data View Block

CapabilityProjection Mapper BlockData View Block
FocusSource-to-target field transformationEntity structure and relationships
LayoutLeft-right with connector linesGraph layout with entity nodes
Field LineageFull source-to-target tracingNot shown
Best ForUnderstanding how data transformsExploring entity structures