Handles the HTML part of the canvas.
The options for the canvas have to be contained in an object titled 'configure'.
Click on the full options or shorthand options to show how these options are supposed to be used.
As shown above, alternative to supplying an object, you can supply a String
, Array
or
Boolean
. These will do the same as the filter option described below.
name | type | default | description |
enabled | Boolean | true |
Toggle the configuration interface on or off. This is an optional parameter. If left undefined and any of the other properties of this object are defined, this will be set to true. |
filter | String or Array or Boolean | true |
When 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 | undefined |
This allows you to put the configure list in another HTML container than below the network. |
The configure module has no methods.
The configure module has no Events.