mx-ui-components
Version:
mobius ui library
24 lines (23 loc) • 740 B
TypeScript
import BaseComponent from "../Counter/BaseComponent";
export default class CustomOntologyBase extends BaseComponent {
private cy;
private tooltip;
private _ontologyElement;
private props;
private container;
private nodeDataContainer;
constructor();
static get observedAttributes(): string[];
connectedCallback(): void;
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
get ontology(): any;
set ontology(value: any);
private setupContainer;
private handleSaveChanges;
private transformOntologyData;
private handleNodeClick;
private editNode;
private exportGraph;
private showCyCssProps;
private removeContainers;
}