Network - configure

Handles the HTML part of the canvas.

Options

Alternative to supplying an object, you can supply a String, Array or Boolean. These will do the same as the filter option described below.

nametypedefaultdescription
filter String | Array | Boolean trueWhen a boolean, true gives you all options, false will not show any. If a string is supplied, any combination of the following is allowed: nodes, edges, layout, interaction, manipulation, physics, selection, renderer. Feel free to come up with a fun seperating character. Finally, when supplied an array of strings, any of the previously mentioned fields are accepted.
container DOM element undefinedThis allows you to put the configure list in another HTML container than below the network.

Methods

The configure module has no methods.

Events

The configure module has no Events.