setConfig method

void setConfig(
  1. FlNodeEditorConfig config
)

Set the global configuration of the node editor.

Implementation

void setConfig(FlNodeEditorConfig config) {
  this.config = config;
}