Skip to main content
Version: 11.2

$.udb.getContext()

note

This article is about the getContext() function of the $.udb object.

$.udb.getContext()

Returns a string identifying the current context. This is a snapshot read of $.udb.currentFrameId, exposed as a function call instead of a property.

Syntax

$.udb.getContext()

Example

let context = $.udb.getContext();