Interface NodeInterface

Interface provided to node set methods at runtime

Hierarchy

  • NodeInterface

Properties

cache: object

The node specific cache object

context: any

User setable node set context (value of this during set). this is setable on a per node set instance basis by subscribing to set and running e.setContext.

data: any

Data associated with this node. Data can be any type, it depends on the node author's purpose for the node. Data is meant to be non volatile information related to the domain of this node.

edges: object

All edges on this node

field: string

The name of the edge being set

graph: Graph

The graph that this node belongs to

node: Node

The node being set

properties: object

Properties associated with this node. Properties is used by the graph domain user interface or other non volatile graph or node domain interfaces.

scheduler: default

The scheduler

state: object

The state object on this scheduler

value: any

The value passed to the edge

Generated using TypeDoc