* Return a shallow copy of the current items in render order.
()
| 680 | * Return a shallow copy of the current items in render order. |
| 681 | */ |
| 682 | getItems(): readonly T[] { |
| 683 | return [...this.items]; |
| 684 | } |
| 685 | |
| 686 | /** |
| 687 | * Reorder existing items by stable item key without clearing rendered DOM. |
no outgoing calls
no test coverage detected