Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface specifying common configuration for a Flowscripter [[Runtime]].

Hierarchy

  • Runtime
    • BaseRuntime

Implemented by

Index

Properties

Readonly configParameters

configParameters: ConfigParameters

Generic configuration parameters to use.

Readonly pluginManager

pluginManager: PluginManager<string>

Implementation of an esm-dynamic-plugins PluginManager.

Readonly runtimeContext

runtimeContext: RuntimeContext

[[RuntimeContext]] for this [[Runtime]] instance.

Readonly stderr

stderr: Writable

Writable to use for stderr.

Readonly stdin

stdin: Readable

Readable to use for stdin.

Readonly stdout

stdout: Writable

Writable to use for stdout.