Home > @i2analyze/notebook-sdk > records > IChartRecordBase > getUnfetchedPropertyTypes
records.IChartRecordBase.getUnfetchedPropertyTypes() method
Gets the property types of the properties on the record whose values have not been fetched.
Signature:
getUnfetchedPropertyTypes(): data.IReadOnlyCollection<schema.IChartPropertyType>;
Returns:
data.IReadOnlyCollection<schema.IChartPropertyType>
A collection of property types whose values have not been fetched.
Introduced: version 1.0
Remarks
Some property values might not be fetched immediately from the server, due to size or other factors.