addItemsAt

abstract fun addItemsAt(position: Int, items: List<ITEM>, onResult: (RESULT) -> Unit? = null)

Inserts multiple items at position and reports the terminal result.

지정 위치에 여러 아이템을 삽입하고 종료 결과를 전달합니다.