Class: BlockContext

PodJS.Pod# BlockContext

Context provided to blocks that gives them access to the environment, pod and resource.

new BlockContext()

Source:

Members

block :PodJS.Pod#Block

The instance of the block.
Type:
Source:

blockScript :PodJS.Script

The script this block is bound to.
Type:
Source:

environment :PodJS

The environment this block is bound to.
Type:
Source:

pod :PodJS.Pod

The pod this block is bound to.
Type:
Source:

resource :PodJS.Pod#Resource

The resource this block is bound to.
Type:
Source: