HtmlForgeX

API Reference

Class

VisNetworkMethodCall

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a method call to be executed on the VisNetwork instance after initialization.

Inheritance

  • Object
  • VisNetworkMethodCall

Constructors

Properties

public String Method { get; set; } #

Gets or sets the method name to call.

public Object[] Parameters { get; set; } #

Gets or sets the parameters for the method call.

public Nullable<Int32> Delay { get; set; } #

Gets or sets whether this method should be called after a delay.