Function: deleteNext()
function deleteNext(xmlBlock): void;
Defined in: packages/blockly/core/xml.ts:1129
Remove any 'next' block (statements in a stack).
Parameters
| Parameter | Type | Description |
|---|---|---|
xmlBlock | Element | DocumentFragment | XML block element or an empty DocumentFragment if the block was an insertion marker. |
Returns
void