Home > @i2analyze/notebook-sdk > app > ITrackedMutations > editItemType
app.ITrackedMutations.editItemType() method
Gets an object with methods for editing a schema or custom item type.
Signature:
editItemType(itemType: schema.ItemTypeSpecifier): schema.IItemTypeEditor | schema.IPropertyTypesEditor;
Introduced: version 1.6
Parameters
Parameter | Type | Description |
---|---|---|
itemType | schema.ItemTypeSpecifier | The item type to be edited. |
Returns:
schema.IItemTypeEditor | schema.IPropertyTypesEditor
The type-editing object.