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