i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > schema > IItemTypeEditor

    schema.IItemTypeEditor interface

    A set of methods for modifying a custom item type.

    Signature:

    interface IItemTypeEditor extends IPropertyTypesEditor 
    

    Extends: IPropertyTypesEditor

    Introduced: version 1.6

    Properties

    Property Modifiers Type Description
    isCustomItemType readonly true Indicates whether the item type is a custom type.

    Methods

    Method Description
    addPropertyType(propertyTypeData, insertAfter)

    Creates a custom property type that is added to the chart schema on committal.

    (Inherited from IPropertyTypesEditor)

    editPropertyType(propertyType)

    Gets an object with methods for editing a custom property type.

    (Inherited from IPropertyTypesEditor)

    editPropertyType(typeId, logicalType)

    Gets an object with methods for editing a custom property type.

    (Inherited from IPropertyTypesEditor)

    setDisplayName(displayName) Sets the display name of the item type.
    In this article
    Back to top © N. Harris Computer Corporation