Declares methods for executing transactions on the document.
2.0
Casts this object to the specified type. Throws error on failure.
The target type of the cast.
The type of the object to cast.
The type to cast to.
Casts this object to the specified type. Returns null on failure.
Starts an invisible transaction on the document model by executing action.
The delegate to execute.
This API expects that the script is declared with 'wrapInTransaction' set to 'false' to work as documented.
Starts a sticky transaction on the document model by executing action.
The id which identifies the transactions which should stick together.
Starts a transaction on the document model by executing action.
Declares methods for executing transactions on the document.
Since
2.0