UNPKG

sparnatural

Version:

Visual client-side SPARQL query builder and knowledge graph exploration tool

10 lines (9 loc) 393 B
import SparnaturalComponent from "../components/SparnaturalComponent"; import { SparnaturalQueryIfc } from "../SparnaturalQueryIfc"; export default class QueryLoader { #private; static sparnatural: SparnaturalComponent; static query: SparnaturalQueryIfc; static loadQuery(query: SparnaturalQueryIfc): void; static setSparnatural(sparnatural: SparnaturalComponent): void; }