documentationfor yFiles for HTML 2.6

Future<T>

A helper holder class that can contain a value of a specific type.

Inheritance Hierarchy
Future
Implemented Interfaces

Remarks

Typically hasValue will be false until at a later point in time onValueDetermined is called and the value and hasValue properties are being updated and the PropertyChanged event is triggered.

Type Parameters

T
The type of the

Type Details

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

Properties

Methods

Events