i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > schema > IPropertyTypeEditor > setIsLabelPart

    schema.IPropertyTypeEditor.setIsLabelPart() method

    Sets whether the property type forms part of the item type's label definition.

    Signature:

    setIsLabelPart(isLabelPart: boolean): this;
    

    Introduced: version 1.6

    Parameters

    Parameter Type Description
    isLabelPart boolean true if the property type is part of the label definition; false otherwise.

    Returns:

    this

    This property type, with its new setting.

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