Home > @i2analyze/notebook-sdk > schema > IPropertyTypeData
schema.IPropertyTypeData interface
A set of data for creating a custom property type.
Signature:
interface IPropertyTypeData
Introduced: version 1.6
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
displayName | readonly |
string | Gets the display name of the custom property type. |
isLabelPart? | readonly |
boolean | (Optional) Indicates whether the custom property type forms part of the item type's label definition. |
logicalType | readonly |
CustomLogicalType | Gets the logical type of the custom property type. |