InternalMetadataImpl

data class InternalMetadataImpl(val compiledData: SerializedCompiledScriptsData = SerializedCompiledScriptsData.EMPTY, val newImports: List<String> = emptyList()) : InternalMetadata

Constructors

Link copied to clipboard
constructor(compiledData: SerializedCompiledScriptsData = SerializedCompiledScriptsData.EMPTY, newImports: List<String> = emptyList())

Properties

Link copied to clipboard

A reference to a serialized version of a cell (as text) as well as the compiled snippet class.

Link copied to clipboard
open override val newImports: List<String>

Any new default imports created as part of evaluating the cell. These will be used automatically for all following cells.