Tokenizes the current Document in the background, and caches the tokenized rows for future use. If a certain row is changed, everything below that row is re-tokenized.
BackgroundTokenizer [edit]
Constructors
Events
- BackgroundTokenizer.on("update", function(Object e))
Fires whenever the background tokeniziers between a range of rows are going to be updated.
Fires whenever the background tokeniziers between a range of rows are going to be updated.
Arguments
| e | Object | Required. An object containing two properties, |
Methods
Emits the 'update' event. firstRow and lastRow are used to define the boundaries of the region to be updated.
- BackgroundTokenizer.stop()
Stops tokenizing.
Stops tokenizing.