* Returns the i-th element from a YArray. * * @param {number} index The index of the element to return from the YArray * @return {delta.DeltaConfGetChildren }
(index)
| 1241 | * @return {delta.DeltaConfGetChildren<DConf>} |
| 1242 | */ |
| 1243 | get (index) { |
| 1244 | return typeListGet(this, index) |
| 1245 | } |
| 1246 | |
| 1247 | /** |
| 1248 | * Returns a portion of this YXmlFragment into a JavaScript Array selected |
no test coverage detected