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