Constructor new TreeElement(key, valueopt) Parameters: Name Type Attributes Default Description key number Unique key for the element value any <optional> null Value of the element, null if not provided Source: BST.mjs, line 14