The type of the node. It should be a number.
The properties of the node. It should be an object with string keys and unknown values.
class NodeJSNode extends EventEmitter<GraphNodeEventMapping> implements IGraphEventEntityNode<typeof GraphTypeEnum.NodeJS, {version: string}> {}
IGraphBaseEntityNode for a node that does not emit events.
A node that can emit events. It is a subclass of IGraphBaseEntityNode and adds the ability to emit events.