Home > @i2analyze/notebook-sdk > app > IRecordEditor > setProperties
app.IRecordEditor.setProperties() method
Sets or clears the values of properties on the record.
Signature:
setProperties(properties: EditRecordPropertiesSpecifier): this;
Introduced: version 1.1
Parameters
Parameter | Type | Description |
---|---|---|
properties | EditRecordPropertiesSpecifier | The types and values of the properties to set (or null to clear them). |
Returns:
this
This record, with the edited properties in place.