scratch-dsl
Toggle table of contents
master
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
scratch-dsl
scratch-dsl
/
org.scratchapi.scratchdsl
/
deleteAtIndex
delete
At
Index
fun
BlockHost
.
deleteAtIndex
(
list
:
ScratchList
,
index
:
Expression
?
)
:
NormalBlock
Adds a 'delete of list' block.
Parameters
list
The list to delete from.
index
The index of the item to delete.