getContextNode: Get a reactive context node

Description Usage Arguments Value See Also

View source: R/query.R

Description

Get a reactive context node

Usage

1
2
getContextNode(x = getCurrentContext(), graph = getReactGraph(),
  invalidated = FALSE)

Arguments

x

A reactive context, expression, observer. Defaults to the current reactive context.

graph

A reactive graph. Defaults to the reactive graph for the current Shiny session.

invalidated

If TRUE, get the last invalidated context.

Value

A reactive context node.

See Also

Other graph queries: getValueNode


glin/reactlog documentation built on May 29, 2019, 5:58 p.m.