Logo
NeoArc Studio

Data View Block

Embed an interactive data view showing model entities with clickable entity overlays. Readers can explore entity properties, types, and relationships in persistence or search mode.

Data view blocks embed interactive entity diagrams directly into your documentation pages. Unlike static ERD images, data views let readers click on individual entities to open an overlay showing properties, types, constraints, and relationships. The data view renders entities from your model with full type information resolved through the active profile.

When to Use

Block Properties

PropertyRequiredDescription
Data View PathYesPath to the data view definition
TitleNoOptional title displayed above the data view
View ModeYesEither persistence (database-focused) or search (index-focused)

View Modes

Entity Overlay

Clicking any entity in the data view opens the entity overlay, a slide-out panel showing the complete property list for that entity.

Overlay FeatureDescription
Property ListAll properties with resolved names and types from the active profile
Relationship PillsClickable pills showing foreign key targets, navigating to the related entity
ConstraintsRequired, unique, and other constraints displayed per property
Property DrilldownExpand any property to see its full configuration including governance and derivation

Data View vs Diagram Block

CapabilityData View BlockDiagram Block
Entity InspectionFull property overlay on clickNo property details
Profile ResolutionTypes resolved through database or search profileNo profile awareness
Relationship NavigationClick-through to related entitiesVisual connectors only
Best ForData architecture referenceGeneral architecture diagrams