Represents a custom node shape renderer for VisNetwork.
Inheritance
- Object
- VisNetworkCustomShape
Creates a custom shape with the specified render function.
Parameters
- name System.String requiredposition: 0
- The name of the shape.
- renderFunction System.String requiredposition: 1
- The JavaScript function code.
Returns: Boolean
Inherited from Object
Parameters
- obj Object requiredposition: 0
Returns: Int32
Inherited from Object
Returns: Type
Inherited from Object
Returns: String
Inherited from Object
JsonIgnore
Gets or sets the JavaScript function code for rendering the shape.
JsonIgnore
Gets or sets the name of the custom shape.