A helper holder class that can contain a value of a specific type.
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 property-changed event is triggered.Type Parameters
- T
- The type of the
Type Details
- yFiles module
- view
Properties
Methods
Called when the value property of this future has been determined.
Remarks
This will set the hasValue property to
true
and assign the value property. Also the corresponding property-changed events will be triggered if necessary.Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- value - T
- The value.