UNPKG

sparnatural

Version:

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

13 lines (12 loc) 419 B
import { HTMLComponent } from "../HtmlComponent"; export declare class SelectViewVariableBtn extends HTMLComponent { #private; selected: boolean; alwaysDisabled: boolean; callBack: (selected: boolean) => void; constructor(ParentComponent: HTMLComponent, callBack: (selected: boolean) => void); render(): this; setAlwaysDisabled(ad: boolean): void; disable(): void; enable(): void; }