UNPKG

sparnatural

Version:

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

5 lines 247 B
//If the GroupWrapper should be deleted export function removeGrpWrapper(grpWrapper) { grpWrapper.html[0].dispatchEvent(new CustomEvent("deleteGrpWrapper", { bubbles: true, detail: grpWrapper })); } //# sourceMappingURL=RemoveGrpWrapper.js.map