Sets whether a document target can be deleted by the end-user while a TX Text Control document is being edited.

<void> DocumentTarget.setDeleteable(<boolean> deleteable, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
deleteable Specifies whether a document target can be deleted by the end-user while a TX Text Control document is being edited.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.