sparnatural
Version:
Visual client-side SPARQL query builder and knowledge graph exploration tool
5 lines (4 loc) • 354 B
TypeScript
import ActionStore from "../ActionStore";
import { DraggableComponentState } from "../../components/variables-section/variableorder/DraggableComponent";
import { SelectedVal } from "../../components/SelectedVal";
export default function updateVarName(actionStore: ActionStore, variableState: DraggableComponentState, previousVarName: SelectedVal): void;