Skip to content

ParseContext.skipUntilInView method

ParseContext › skipUntilInView

Unofficial

Tell the parse context to skip parsing until the given range is in view.

Signature:

skipUntilInView(from: number, to: number): void

Parameters:

ParameterTypeDescription
fromnumberThe start of the range.
tonumberThe end of the range.

Returns: void