Home > @i2analyze/notebook-sdk > schema > IPendingPropertyType
schema.IPendingPropertyType interface
A custom property type that has been created in a transaction handler, but has not yet been added to a chart schema.
Signature:
interface IPendingPropertyType extends IPropertyTypeEditor 
Extends: IPropertyTypeEditor
Introduced: version 1.6
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| isLabelPart? | readonly | 
boolean | (Optional) Indicates whether the property type forms part of the item type's label definition. | 
| logicalType | CustomLogicalType | Gets or sets the logical type of the property type. | |
| typeId | AnalyzePropertyTypeId | Gets or sets the identifier of the property type. | 
Methods
| Method | Description | 
|---|---|
| moveAfter(propertyType) | Moves the property type after the specified property type in the item type's list. (Inherited from IPropertyTypeEditor)  | 
| setDisplayName(displayName) | Sets the display name of the property type. (Inherited from IPropertyTypeEditor)  | 
| setIsLabelPart(isLabelPart) | Sets whether the property type forms part of the item type's label definition. (Inherited from IPropertyTypeEditor)  |