ketcher-core
Version:
Web-based molecule sketcher
7 lines (6 loc) • 532 B
TypeScript
import { ReStruct } from "../../render";
import { AttachmentPoints } from "../../../domain/entities";
import { Action } from './action';
export declare function fromRGroupAttachmentPointUpdate(restruct: ReStruct, atomId: number, attachmentPoints: AttachmentPoints | null): Action;
export declare function fromRGroupAttachmentPointAddition(restruct: ReStruct, attachmentPoints: AttachmentPoints | null, atomId: number): Action;
export declare function fromRGroupAttachmentPointDeletion(restruct: ReStruct, id: number): Action;