ElementChild

data class ElementChild(val node: ResolvedNode) : ResolvedChild

A nested resolved element child.

Constructors

Link copied to clipboard
constructor(node: ResolvedNode)

Properties

Link copied to clipboard

The resolved child node.