Variable SampleData

SampleData: {
    LoadZKC: (() => Promise<Graph>);
    LoadZKCSimulated: (() => Promise<Graph>);
}

Type declaration

  • LoadZKC: (() => Promise<Graph>)
      • (): Promise<Graph>
      • Returns Promise<Graph>

        the raw ZKC dataset

  • LoadZKCSimulated: (() => Promise<Graph>)
      • (): Promise<Graph>
      • Returns Promise<Graph>

        the ZKC dataset with the positons simulated before hand

Generated using TypeDoc