Skip to content

components/common/KetcherEditor#

KetcherEditor()#

function KetcherEditor(props): Element;

Parameters#

Parameter Type
props KetcherEditorProps

Returns#

Element


KetcherEditorProps#

Properties#

height#

height: string | number;

onChange?#

optional onChange?: (smiles) => void;
Parameters#
Parameter Type
smiles string
Returns#

void

smiles?#

optional smiles?: string;

width#

width: string | number;