documentationfor yFiles for HTML 2.6

ISelectionModel<T>

An interface that models the selection state of a set of items.

Remarks

This interface extends the IEnumerable<T> interface for convenient enumeration of the selected items. Use the getEnumerator to get all selected items.

Type Parameters

T
The type of items contained in the selection's domain.

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.view.ISelectionModel

See Also

Properties

Methods

Events