UNPKG

ketcher-core

Version:
19 lines (18 loc) 661 B
import { D3SvgElementSelection } from "../../../types"; export declare class NewSequenceButton { private indexOfRowBefore; private buttonElement?; private canvas; private rootElement?; private bodyElement?; constructor(indexOfRowBefore: number); show(): void; static appendPlusIcon(element: D3SvgElementSelection<SVGElement, void>): void; protected appendHover(): D3SvgElementSelection<SVGUseElement, void> | void; protected appendHoverAreaElement(): void; drawSelection(): void; moveSelection(): void; protected removeHover(): void; remove(): void; setWidth(width: number): void; }