Home > @i2analyze/notebook-sdk > schema > IPropertyTypeEditor
schema.IPropertyTypeEditor interface
A set of methods for modifying a custom property type.
Signature:
interface IPropertyTypeEditor
Introduced: version 1.6
Methods
Method | Description |
---|---|
moveAfter(propertyType) | Moves the property type after the specified property type in the item type's list. |
setDisplayName(displayName) | Sets the display name of the property type. |
setIsLabelPart(isLabelPart) | Sets whether the property type forms part of the item type's label definition. |