* Transfer the element from the body into the transfer layer. * @param {!ElementDef} unusedFe * @param {number} unusedIndex * @param {!ElementStateDef} unusedState
(unusedFe, unusedIndex, unusedState)
| 960 | * @param {!ElementStateDef} unusedState |
| 961 | */ |
| 962 | transferTo(unusedFe, unusedIndex, unusedState) {} |
| 963 | |
| 964 | /** |
| 965 | * Return the element from the transfer layer back to the body. |