$arraySplice
$arraySplice
will splice elements from the array.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
name | string | Array name. | true |
index | number | Index of the element. | true |
amount | number | Amount to splice. | true |
…elements | string | Elements to splice. | true |