(idx: number)
| 1325 | } |
| 1326 | |
| 1327 | getItemGraphicEl(idx: number): Element { |
| 1328 | return this._graphicEls[idx]; |
| 1329 | } |
| 1330 | |
| 1331 | eachItemGraphicEl<Ctx = unknown>( |
| 1332 | cb: (this: Ctx, el: Element, idx: number) => void, |
no outgoing calls
no test coverage detected