new PeriodicTable()
Methods
-
deselectAll()
-
Deselect all elements in table.
-
selectSymbols(symbols)
-
Select elements of symbols in table.
Parameters:
Name Type Description symbols
Array
Events
-
deselect
-
Invoked when the an element is deselected in periodic table. event param of it has one fields: {elemData: Object}
-
select
-
Invoked when the an element is selected in periodic table. event param of it has one fields: {elemData: Object}