Skip to main content
Version: 2.x

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

SyntheticView[]

A contiguous range of views to be disposed.

Returns:

void