i2 Notebook SDK
Search results for

    Show/hide table of contents

    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

    In this article
    Back to top © N. Harris Computer Corporation