i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > ITrackedMutations > editItemType

    app.ITrackedMutations.editItemType() method

    Gets an object with methods for editing a schema or custom item type.

    Signature:

    editItemType(itemType: schema.ItemTypeSpecifier): schema.IItemTypeEditor | schema.IPropertyTypesEditor;
    

    Introduced: version 1.6

    Parameters

    Parameter Type Description
    itemType schema.ItemTypeSpecifier The item type to be edited.

    Returns:

    schema.IItemTypeEditor | schema.IPropertyTypesEditor

    The type-editing object.

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