Skip to main content

@microsoft/fast-element > HTMLView > disposeContiguousBatch

HTMLView.disposeContiguousBatch() method

Efficiently disposes of a contiguous range of synthetic view instances.

Signature:
static disposeContiguousBatch(views: SyntheticView[]): void;

Parameters

ParameterTypeDescription
viewsSyntheticView[]A contiguous range of views to be disposed.
Returns:

void