HtmlForgeX

API Reference

Class

VisNetworkChosenOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Chosen (selection/hover) configuration options.

Inheritance

  • Object
  • VisNetworkChosenOptions

Constructors

public VisNetworkChosenOptions() #

Methods

public VisNetworkChosenOptions WithLabel(Boolean enabled = true) #
Returns: VisNetworkChosenOptions

Enables or disables label selection.

Parameters

enabled System.Boolean = true optionalposition: 0
True to enable label selection.

Returns

The chosen options for method chaining.

WithNode 2 overloads
public VisNetworkChosenOptions WithNode(Action<VisNetworkChosenNodeOptions> configure) #
Returns: VisNetworkChosenOptions

Enables or disables node selection.

Parameters

enabled System.Boolean = true requiredposition: 0
True to enable selection.

Returns

The chosen options for method chaining.

WithNode(System.Action{HtmlForgeX.VisNetworkChosenNodeOptions} configure) #

Configures node selection options.

Parameters

configure System.Action{HtmlForgeX.VisNetworkChosenNodeOptions} required
Delegate to configure the options.

Returns

The chosen options for method chaining.

Properties

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

Node selection options.

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

Label selection options.