Type Alias ReadableProxy<Node>

Represents an object that provides access to a node of the specified type. It can be used as a Readable but also acts as a proxy to the node by exposing all its methods. Nodes that represent model state in the Spotfire document can thus be modified without first waiting and materializing them in the browser.

A full node will be created by using a Reader.

Type Parameters

  • Node