setConfig method
void
setConfig(
- FlNodeEditorConfig config
Set the global configuration of the node editor.
Implementation
void setConfig(FlNodeEditorConfig config) {
this.config = config;
}