IsEditable: PP.Ui.TabSheetEditMode;
The IsEditable property determines whether table cells are editable.
Use JSON or the setIsEditable method to set the property value, and the getIsEditable method to get the property value.
By default this property is set to PP.Ui.TabSheetEditMode.Enable.
The example of property use is given on the Example of Creating the TabSheet Component page.
See also: