HTMLView.disposeContiguousBatch() method
@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
Parameter | Type | Description |
---|---|---|
views | A contiguous range of views to be disposed. |
Returns:
void