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.