Code {stencilaschema}R Documentation

Base type for code nodes e.g. CodeBlock, CodeExpression.

Description

Base type for code nodes e.g. CodeBlock, CodeExpression.

Usage

Code(text, format, id, meta, programmingLanguage)

Arguments

text

The text of the code. Required.

format

Media type, typically expressed using a MIME format, of the code.

id

The identifier for this item.

meta

Metadata associated with this item.

programmingLanguage

The programming language of the code.

Value

A list of class Code

See Also

Entity


[Package stencilaschema version 1.0.0 Index]