i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    schema.IPendingItemType interface

    An item type that has been created in a transaction handler, but has not yet been added to a chart's schema.

    Signature:

    interface IPendingItemType extends IItemTypeEditor 
    

    Extends: IItemTypeEditor

    Introduced: version 1.6

    Properties

    Property Modifiers Type Description
    isCustomItemType readonly true

    Indicates whether the item type is a custom type.

    (Inherited from IItemTypeEditor)

    typeId readonly AnalyzeItemTypeId Gets the identifier of the item 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.

    (Inherited from IItemTypeEditor)

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