Optional
absoluteThe actual range can also change due to insert/removes or delete of a sheet. Setting absoluteCoords to true will ignore shifts in the range.
false
Optional
fromUsed for undo notification. If provided this will also fire a range event on add.
Optional
ignoreIgnore cell updates. This will fire events if the range has shifted but will not fire events for cells updates
false
Optional
ignoreOptional
weaklyIf true then the listener will be weakly held.
false
Optional
withinRange listeners are always part of the transaction stack. This means that the range listener will not be called on undo events before it was added. The within transaction flag will allow the listener to be called on all incremental changes.
This is useful for operations that want to write with the same transaction. This has several implications.
false
Range listeners are used to listen to changes to a range.