Skip to main content

Overview

The Node API is available in select Node operations.

It currently has two methods:

  • register(key: string, value: any): Registers a value to the node. This value can be accessed later using the get method.
  • get(key: string): Gets a value that was previously registered to the node.