HtmlForgeX

API Reference

Class

VisNetworkConfigureOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Configure panel options.

Inheritance

  • Object
  • VisNetworkConfigureOptions

Constructors

public VisNetworkConfigureOptions() #

Methods

public VisNetworkConfigureOptions WithContainer(String containerId) #
Returns: VisNetworkConfigureOptions

Sets the Container property.

Parameters

containerId System.String requiredposition: 0
Container identifier.

Returns

The current VisNetworkConfigureOptions instance.

public VisNetworkConfigureOptions WithEnabled(Boolean enabled = true) #
Returns: VisNetworkConfigureOptions

Sets Enabled.

Parameters

enabled System.Boolean = true optionalposition: 0
Whether the panel is enabled.

Returns

The current VisNetworkConfigureOptions instance.

public VisNetworkConfigureOptions WithFilter(String filter) #
Returns: VisNetworkConfigureOptions

Sets the Filter property.

Parameters

filter System.String requiredposition: 0
Filter string.

Returns

The current VisNetworkConfigureOptions instance.

public VisNetworkConfigureOptions WithShowButton(Boolean show = true) #
Returns: VisNetworkConfigureOptions

Sets whether the configure button is shown.

Parameters

show System.Boolean = true optionalposition: 0
True to show the button.

Returns

The current VisNetworkConfigureOptions instance.

Properties

public Nullable<Boolean> Enabled { get; set; } #
JsonPropertyName("enabled") JsonIgnore(Condition = 3)

Gets or sets a value indicating whether the configure panel is enabled.

public Object Filter { get; set; } #
JsonPropertyName("filter") JsonIgnore(Condition = 3)

Gets or sets the filter determining which options are shown.

public Object Container { get; set; } #
JsonPropertyName("container") JsonIgnore(Condition = 3)

Gets or sets the DOM element or selector for the configure container.

public Nullable<Boolean> ShowButton { get; set; } #
JsonPropertyName("showButton") JsonIgnore(Condition = 3)

Gets or sets a value indicating whether the configuration button should be shown.