Home > @i2analyze/notebook-sdk > data > IValueNotFetched
data.IValueNotFetched interface
A value that has not been fetched from the server.
Signature:
interface IValueNotFetched
Introduced: version 1.0
Remarks
The server typically provides a "not-fetched" value when the actual value must be requested explicitly due to size or other factors.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
valueNotFetched | readonly |
true | Gets a Boolean indicating that the value was not fetched. |