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