@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 | SyntheticView[] | A contiguous range of views to be disposed. |
void