NodeValue
data class NodeValue(val unwrappedValue: Node) : OutputValue<Node> , Expression, AdaptableValue<MarkdownContentValue>
An immutable Node.
Functions
Link copied to clipboard
Adapts the value to another type.
Link copied to clipboard
Chains two expressions together, which is used in ComposedExpressions.
Link copied to clipboard