Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportsValue

Represents exports of code cell. When writing a LanguagePlugin, the bind operation returns a graph node named code that represents the result of evaluating the entire code cell. The result of evaluating this graph node should be a value of type ExportsValue.

Hierarchy

Index

Properties

Properties

exports

exports: object

A dictionary that stores all values exported by a code cell. Wrattler will display tabs with the keys from this dictionary.

Type declaration

kind

kind: "exports"

A tag that is used for pattern matching on KnownValue instances.

Generated using TypeDoc