Get all cell indices that have been added to this section.
()
| 28 | |
| 29 | /** Get all cell indices that have been added to this section. */ |
| 30 | getCellIndices(): Array<number> { |
| 31 | return this._indices; |
| 32 | } |
| 33 | |
| 34 | /** Intended for debugger/test purposes only */ |
| 35 | toString() { |
no outgoing calls
no test coverage detected