HtmlForgeX

API Reference

Class

VisNetworkExportData

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents the exported data from a VisNetwork instance.

Inheritance

  • Object
  • VisNetworkExportData

Constructors

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.

public String Version { get; set; } #
JsonPropertyName("version")

Gets or sets the export version.