contextId property

int? get contextId

Identifies the context in which evaluations should occur.

Defines execution context for the debug service that connects to chrome via the extension debugger. Can be null for local debug service, which gets the execution context from the Chrome runtime.

Implementation

int? get contextId;