Collections:
What Is Ketcher Editor Interface
What is Ketcher Editor interface?
✍: FYIcenter.com
Ketcher Editor interface is part of the Ketcher JavaScript API
that allows you to interact with Ketcher editor UI elements.
To access Ketcher Editor interface, you need to access the "ketcher" object as a property of the content "window" object of the "iframe" where the Ketcher is loaded. Then you need to access the "editor" object as a property of the "ketcher" object:
lst = document.getElementsByTagName("iframe");
frm = lst[0];
win = frm.contentWindow;
ketcher = win.ketcher;
editor = ketcher.editor;
With the "editor" object, you can access the following main methods provided by the Ketcher Editor interface:
See next tutorials for examples on how to use these methods.
2023-12-08, 1869🔥, 0💬
Popular Posts:
What is chem.nlm.nih.gov ChemIDplus Database? chem.nlm.nih.gov ChemIDplus Database contains over 108...
Molecule Summary: ID: FYI-1000986 SMILES: c1(cc(c2c(c1)oc(cc2=O)c1 ccc(cc1)O)O)O[C@H]1[C@@H ]([C@H]([C...
Molecule Summary: ID: FYI-1002762 Names: InChIKey: SKQKVWKKKNIILC-UHFFFAOYS A-NSMILES: Cc3ccc(S(C)(=...
Molecule Summary: ID: FYI-1004396 Names: InChIKey: KXBBMPIYFWYLLN-KJVMJHNWS A-NSMILES: CC[C@@H]4CN3C...
Molecule Summary: ID: FYI-1000330 SMILES: CCOC(=O)[C@@](C)(c1cc(cc (c1)F)F)NCC=CReceived at FYIcente...