lincd
Version:
LINCD is a JavaScript library for building user interfaces with linked data (also known as 'structured data', or RDF)
6 lines (5 loc) • 355 B
TypeScript
import { QShape } from './SelectQuery.js';
import { Shape } from '../shapes/Shape.js';
export declare function useQueryContext(name: string, initialData: any, shapeType: any): void;
export declare function getQueryContext<T extends Shape>(name: string): QShape<T>;
export declare function setQueryContext(name: string, value: any, shapeType?: any): void;