Home > @i2analyze/notebook-sdk > app > EditRecordPropertiesSpecifier
app.EditRecordPropertiesSpecifier type
A common specifier for record properties that are to be edited, for use in mutation APIs.
Signature:
type EditRecordPropertiesSpecifier = Record<schema.ChartPropertyTypeId, data.PropertyValue | null> | Iterable<[schema.PropertyTypeSpecifier, data.PropertyValue | null]>;
References: schema.ChartPropertyTypeId, data.PropertyValue, schema.PropertyTypeSpecifier
Introduced: version 1.1