Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 681 Bytes

ggEditor.en-US.md

File metadata and controls

32 lines (20 loc) · 681 Bytes

GGEditor

An editor conponent for the graph.

Usage

import GGEditor, { Flow } from 'gg-editor';

<GGEditor>
  <Flow />
</GGEditor>

API

Method Description Type
setTrackable Turn on / off the tracking by setting the trackable value function(value: boolean)

Events

See more on EditorEvents.

Experience Improvement Program

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);