i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > schema > IPropertyTypesEditor > editPropertyType

    schema.IPropertyTypesEditor.editPropertyType() method

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

    Signature:

    editPropertyType(typeId: AnalyzePropertyTypeId, logicalType: CustomLogicalType): IPropertyTypeEditor;
    

    Introduced: version 1.6

    Parameters

    Parameter Type Description
    typeId AnalyzePropertyTypeId The identifier of the property type to be edited.
    logicalType CustomLogicalType The logical type of the property type to be edited.

    Returns:

    IPropertyTypeEditor

    The type-editing object.

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