NodeJSON
The interface of the node json object.
Signature
export interface NodeJSONProperties
id: string;The node id.
@type{string}
sessionId: string | null;The node session id.
@type{string | null}
options: NodeOptions;The node options.
@type{NodeOptions}