Home > @i2analyze/notebook-sdk > schema > IPropertyTypesEditor
schema.IPropertyTypesEditor interface
A set of methods for adding and modifying custom property types on schema and custom item types.
Signature:
interface IPropertyTypesEditor
Introduced: version 1.6
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isCustomItemType | readonly |
boolean | Indicates whether the item type is a custom type. |
Methods
Method | Description |
---|---|
addPropertyType(propertyTypeData, insertAfter) | Creates a custom property type that is added to the chart schema on committal. |
editPropertyType(propertyType) | Gets an object with methods for editing a custom property type. |
editPropertyType(typeId, logicalType) | Gets an object with methods for editing a custom property type. |