Method | Description | |
---|---|---|
JSGraphElement ( IGraphElement |
Create a new graph element wrapper for JavaScript.
|
Method | Description | |
---|---|---|
GetMissingPropertyValue ( String PropertyKey ) : Object |
Retrieves the value of a property which doesn't exist on the object. This method can be overridden to effectively construct properties on the fly. The default behavior is to return
|
protected GetMissingPropertyValue ( String PropertyKey ) : Object | ||
PropertyKey | String | The name of the missing property. |
return | Object |
public JSGraphElement ( IGraphElement |
||
GraphElement | IGraphElement |
A graph element. |
JavaScriptEngine | ScriptEngine | An instance of a JavaScript engine. |
return | System |