Class: Add

Kekule.ChemObjOperation. Add

new Add(chemObject, parentObj, refSibling)

Operation of adding a chem object to parent.
Parameters:
Name Type Description
chemObject Kekule.ChemObject Target chem object.
parentObj Kekule.ChemObject Object should be added to.
refSibling Kekule.ChemObject If this property is set, chem object will be inserted before this sibling.
Properties:
Name Type Description
parentObj Kekule.ChemObject Object should be added to.
refSibling Kekule.ChemObject If this property is set, chem object will be inserted before this sibling.
Source:

Extends

Kekule.ChemObjOperation. Add