* Appends content to this YArray. * * @param {Array >|delta.DeltaConfGetText } content Array of content to append. * * @todo Use the following implementation in all types.
(content)
| 1212 | * @todo Use the following implementation in all types. |
| 1213 | */ |
| 1214 | push (content) { |
| 1215 | this.insert(this.length, content) |
| 1216 | } |
| 1217 | |
| 1218 | /** |
| 1219 | * Prepends content to this YArray. |
no test coverage detected