InlineMarkdownContentValue

A sub-AST that contains Markdown nodes. This is usually accepted in 'body' parameters.

Constructors

Link copied to clipboard
constructor(unwrappedValue: InlineMarkdownContent)

Properties

Link copied to clipboard

The wrapped value.

Functions

Link copied to clipboard
open override fun <T> accept(visitor: ExpressionVisitor<T>): T

Accepts a visitor.

Link copied to clipboard

Chains two expressions together, which is used in ComposedExpressions.

Link copied to clipboard
Link copied to clipboard