API Reference
Class
VisNetworkConfigureOptions
Configure panel options.
Inheritance
- Object
- VisNetworkConfigureOptions
Constructors
public VisNetworkConfigureOptions() #Methods
public VisNetworkConfigureOptions WithContainer(String containerId) #Returns:
VisNetworkConfigureOptionsSets the Container property.
Parameters
- containerId System.String
- Container identifier.
Returns
The current VisNetworkConfigureOptions instance.
public VisNetworkConfigureOptions WithEnabled(Boolean enabled = true) #Returns:
VisNetworkConfigureOptionsSets Enabled.
Parameters
- enabled System.Boolean = true
- Whether the panel is enabled.
Returns
The current VisNetworkConfigureOptions instance.
public VisNetworkConfigureOptions WithFilter(String filter) #Returns:
VisNetworkConfigureOptionsSets the Filter property.
Parameters
- filter System.String
- Filter string.
Returns
The current VisNetworkConfigureOptions instance.
public VisNetworkConfigureOptions WithShowButton(Boolean show = true) #Returns:
VisNetworkConfigureOptionsSets whether the configure button is shown.
Parameters
- show System.Boolean = true
- True to show the button.
Returns
The current VisNetworkConfigureOptions instance.
Inherited Methods
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.