Home > @i2analyze/notebook-sdk > records > IChartRecordBase > isValueUnfetched
records.IChartRecordBase.isValueUnfetched() method
Indicates whether the specified property value has been fetched from the server.
Signature:
isValueUnfetched(property: data.PropertyValue | data.IValueNotFetched | undefined): property is data.IValueNotFetched;
Introduced: version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
property | data.PropertyValue | data.IValueNotFetched | undefined | The property value to test. |
Returns:
property is data.IValueNotFetched
true
if the property value is unfetched; false
otherwise.