Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BindingContext

A context that is passed to the bind operation of a LanguagePlugin. This stores variables in scope, graph node cache and loaded resources.

Hierarchy

  • BindingContext

Index

Properties

Properties

cache

cache: NodeCache

A cache can be used for retrieving previously created graph nodes, so that Wrattler can reuse previously evaluated values.

resources

resources: Resource[]

A list of resources loaded by earlier cells.

scope

Provides language plugin with access to variables defined in earlier cells that are now in scope.

Generated using TypeDoc