Aller au contenu

datasources

Ce contenu n’est pas encore disponible dans votre langue.

Classes

GitHubDataSource

Implements

Constructors

new GitHubDataSource()
new GitHubDataSource(url): GitHubDataSource
Parameters

url: string

Returns

GitHubDataSource

Defined in

tmp/graph-editor/src/lib/graph-editor/storage/datasources.ts:21

Properties

url
url: URL;
Defined in

tmp/graph-editor/src/lib/graph-editor/storage/datasources.ts:20

Methods

getGraphs()
getGraphs(): Promise<Graph[]>
Returns

Promise<Graph[]>

Implementation of

Datasource.getGraphs

Defined in

tmp/graph-editor/src/lib/graph-editor/storage/datasources.ts:25