UNPKG

sparnatural

Version:

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

9 lines (7 loc) 271 B
import GroupWrapper from "../../GroupWrapper"; //If the GroupWrapper should be deleted export function removeGrpWrapper(grpWrapper: GroupWrapper) { grpWrapper.html[0].dispatchEvent( new CustomEvent("deleteGrpWrapper", { bubbles: true, detail: grpWrapper }) ); }