Infohub JS API
Loading...
Searching...
No Matches
Node Class Reference

Description

Node (Version of Object) on COLNEO infohub.

Inheritance diagram for Node:
cnObject

Public Member Functions

 constructor ()
Public Member Functions inherited from cnObject
 constructor ()
get className ()
get id ()
get shortid ()
get name ()
set name (value)
 setFromJson (obj_as_json, members=null)
 getAsJson (members=null)
 dump (prefix='')
 toJSON ()
 getId ()
 getShortId ()
 getName ()
 setName (n)
 get (key, defaultValue={})
get info ()
get properties ()
 getPropertyValue (typeid, defaultValue=null)
 setPropertyValue (typeid, value)

Static Public Attributes

static className = "Node"

Function Documentation

◆ constructor()

constructor ( )

Member Data Documentation

◆ className

className = "Node"
static