Skip to main content

Home > blockly > Xml > deleteNext

Xml.deleteNext() function

Remove any 'next' block (statements in a stack).

Signature:

export declare function deleteNext(xmlBlock: Element | DocumentFragment): void;

Parameters

ParameterTypeDescription
xmlBlockElement | DocumentFragmentXML block element or an empty DocumentFragment if the block was an insertion marker.

Returns:

void