MilanoUnknownNode

data class MilanoUnknownNode(val type: String, val reference: String, val rawSubtree: MilanoValue)

An unknown node routed to the placeholder renderer.

Constructors

Link copied to clipboard
constructor(type: String, reference: String, rawSubtree: MilanoValue)

Properties

Link copied to clipboard

The node's whole subtree, as raw data.

Link copied to clipboard

The node's id or canonical path.

Link copied to clipboard

The component type the document asked for.