Home > @i2analyze/notebook-sdk > schema > IPropertyTypesEditor > editPropertyType
schema.IPropertyTypesEditor.editPropertyType() method
Gets an object with methods for editing a custom property type.
Signature:
editPropertyType(propertyType: IChartPropertyType | IPendingPropertyType): IPropertyTypeEditor;
Introduced: version 1.6
Parameters
Parameter | Type | Description |
---|---|---|
propertyType | IChartPropertyType | IPendingPropertyType | The custom property type to be edited. |
Returns:
The type-editing object.