Home > @i2analyze/notebook-sdk > records > IChartRecordBase > getProperty
records.IChartRecordBase.getProperty() method
Gets the property value for the specified property type.
Signature:
getProperty(propertyType: schema.PropertyTypeSpecifier): data.PropertyValue | data.IValueNotFetched | undefined;
Introduced: version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
propertyType | schema.PropertyTypeSpecifier | The property type or property type identifier of the value to retrieve. |
Returns:
data.PropertyValue | data.IValueNotFetched | undefined
The property value or, if not present, undefined
.