UNPKG

@logicflow/vue-node-registry

Version:

LogicFlow Vue Component Node Registry

15 lines (14 loc) 476 B
import { HtmlNode } from '@logicflow/core'; export declare class VueNodeView extends HtmlNode { root?: any; private vm; getComponentContainer(): any; protected targetId(): string; componentWillUnmount(): void; setHtml(rootEl: SVGForeignObjectElement): void; confirmUpdate(_rootEl: SVGForeignObjectElement): void; protected renderVueComponent(): void; protected unmountVueComponent(): any; unmount(): void; } export default VueNodeView;