An editor conponent for the graph.
import GGEditor, { Flow } from 'gg-editor';
<GGEditor>
<Flow />
</GGEditor>
Method | Description | Type |
---|---|---|
setTrackable | Turn on / off the tracking by setting the trackable value | function(value: boolean) |
See more on EditorEvents.
GGEditor collects the information of the URL and its versions when the Mind
or Flow
components are initialized. This is for the purpose of improving our project. You can turn off the tracker with the following code:
GGEditor.setTrackable(false);