i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > IEditorBase > setProperties

    app.IEditorBase.setProperties() method

    Sets or clears the values of properties on the record.

    Signature:

    setProperties(properties: EditPropertiesSpecifier): this;
    

    Introduced: version 1.1

    Parameters

    Parameter Type Description
    properties EditPropertiesSpecifier The types and values of the properties to set (or null to clear them).

    Returns:

    this

    This record, with the edited properties in place.

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