API Reference
Class
VisNetworkExportData
Represents the exported data from a VisNetwork instance.
Inheritance
- Object
- VisNetworkExportData
Constructors
public VisNetworkExportData() #Inherited Methods
Properties
public List<Dictionary<String, Object>> Nodes { get; set; } #JsonPropertyName("nodes")Gets or sets the nodes data.
public List<Dictionary<String, Object>> Edges { get; set; } #JsonPropertyName("edges")Gets or sets the edges data.
public Dictionary<String, VisNetworkPosition> Positions { get; set; } #JsonPropertyName("positions")Gets or sets the node positions.
public VisNetworkViewport Viewport { get; set; } #JsonPropertyName("viewport")Gets or sets the viewport position and scale.
public Dictionary<String, Object> Options { get; set; } #JsonPropertyName("options")Gets or sets the network options.
public DateTime Timestamp { get; set; } #JsonPropertyName("timestamp")Gets or sets the export timestamp.