Skip to content

ParseContext.get method

ParseContext › get

Unofficial

Get the current parse context, if any.

Signature:

get(): null | ParseContext

Returns: null | ParseContextThe current parse context, or null if none is active.