Home > @i2analyze/notebook-sdk > schema > IPropertyTypeEditor > setDisplayName
schema.IPropertyTypeEditor.setDisplayName() method
Sets the display name of the property type.
Signature:
setDisplayName(displayName: string): this;
Introduced: version 1.6
Parameters
Parameter | Type | Description |
---|---|---|
displayName | string | The display name to set. |
Returns:
this
This property type, with the new display name in place.