Readonly
isFor runtime type checking.
Readonly
isFor runtime type checking.
Batches all 'transactional' changes until they have all be committed or rolled back.
Optional
options: string | OperationOptionsDescription of the operation or additional options. Used for tracking undo/redo and history. Default Value User Operation
.
Any changes that are made to this object will be reflected in the local record but not committed to the transactional store until the batch is popped.
Useful for operations that are longer running but generally not recommended as it keeps a transaction open. doBatch is the preferred option.
Close the record and cleans resources. Can't be undone.
Optional
deleteProvides a mechanism to perform a set of operations in a batch.
A callback that performs multiple operations all within the same transaction.
Optional
options: string | OperationOptionsDescription of the operation or additional options. Used for tracking undo/redo and history. Default Value User Operation
.
Optional
getReturn the ranges that are associated with the named item or null if no ranges are available.
Optional
getReturns true
if no more operations are allowed.
If the model unable to be modified.
If the model unable to be modified.
Selects the current item.
Optional
options: ITypes.SelectOptionsAn async INamed
.
The comment for the defined name.
Optional
options: OperationOptionsOptional
setIf true then the name is not visible.
Optional
options: OperationOptionsThis is the name that identifies the item.
The name.
Optional
options: OperationOptionsOptional
setA string identifying the scope. This is normally a sheet name If null then this will be treated as a global scope.
Optional
options: OperationOptionsOptional
toReturn a JSON if this can be serialize.
A named type used for ranges or formulas.