Home > @i2analyze/notebook-sdk > app > RecordPropertiesSpecifier
app.RecordPropertiesSpecifier type
A common specifier for the properties of new records, for use in mutation APIs.
Signature:
type RecordPropertiesSpecifier = Record<schema.ChartPropertyTypeId, data.PropertyValue> | Iterable<[schema.PropertyTypeSpecifier, data.PropertyValue]>;
References: schema.ChartPropertyTypeId, data.PropertyValue, schema.PropertyTypeSpecifier
Introduced: version 1.1