Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 378 Bytes

File metadata and controls

13 lines (10 loc) · 378 Bytes

Home / Config Options

Config Options

Options can be passed to the graph constructor as a JSON object which change the default behaviour of the graph. You can do so as follows:

const graph = new Graph(schema, {
    readOnly: true,
    initialData: { ... }
});

You can see a full list of options here.