DotNaos UI

Client

Architecture Client from the Architecture package.

Loading ArchitectureClient…

Source code

Waiting for the preview before loading source files · 2 of 2

Properties

Public properties derived from the component’s TypeScript signature.

PropertyTypeDefault
customizeOptional
UiCustomization
defaultModeOptional
"current" | "desired" | "candidate"
"desired"
defaultSelectedNodeIdOptional
string | null
null
initialLayoutOptional
Readonly<Record<string, ArchitecturePoint>>
initialWorkspaceOptionalOptional hydration value; all subsequent reads still go through source.
ArchitectureWorkspace
modeOptional
"current" | "desired" | "candidate"
onErrorOptional
((error: unknown) => void)
onLayoutChangeOptional
((layout: ArchitectureLayout) => void)
onModeChangeOptional
((mode: ArchitectureMode) => void)
onOpenDocumentationOptional
((node: ArchitectureNode) => void)
onOperationOptional
((mutation: ArchitectureMutation) => void)
onSelectedNodeChangeOptional
((nodeId: string | null) => void)
readOnlyOptional
boolean
false
selectedNodeIdOptional
string | null
sourceRequired
ArchitectureSource