Collections:
What Is Ketcher Indigo Interface
What is Ketcher Indigo interface?
✍: FYIcenter.com
Ketcher Indigo interface is part of the Ketcher JavaScript API
that allows you to use some Indigo Toolkit functionalities.
To access Ketcher Indigo 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 "indigo" object as a property of the "ketcher" object:
lst = document.getElementsByTagName("iframe");
frm = lst[0];
win = frm.contentWindow;
ketcher = win.ketcher;
indigo = ketcher.indigo;
With the "indigo" object, you can then access the following main methods provided by the Ketcher Indigo interface:
See next tutorials for examples on how to use these methods.
2023-11-13, 1003🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1003296 Names: InChIKey: JSMRVXYDHGMPPA-UHFFFAOYS A-NSMILES: COc4cccc(c3nc...
Molecule Summary: ID: FYI-1003725 Names: InChIKey: HFZASHFXCBCUEL-ZCWIXOAQS A-NSMILES: CCC4C[N@+]3(C...
Molecule Summary: ID: FYI-1003542 Names: InChIKey: GFLZVIUGJVSYJX-LZYCVMHZS A-NSMILES: C=C2CCC1C(C)(...
Molecule Summary: ID: FYI-1001344 SMILES: Received at FYIcenter.com on: 2022-05-26
What is SDF generator service provided by cactus.nci.nih.gov? The SDF generator service provided by ...