projects/m2-core/src/lib/model/auxiliary/PromisedValue.ts
Methods |
|
Accessors |
constructor(readFn: () => void)
|
||||||
|
Parameters :
|
| Public reset |
reset()
|
|
Returns :
void
|
| value |
getvalue()
|
| isValueSet |
getisValueSet()
|
| cachedValue |
getcachedValue()
|