diff --git a/src/pages/block_helpers.haml b/src/pages/block_helpers.haml index ba6dca2..15f74fb 100644 --- a/src/pages/block_helpers.haml +++ b/src/pages/block_helpers.haml @@ -315,6 +315,10 @@ .notes Private variables provided via the data option are available in all descendent scopes. + .notes + Private variables defined in parent scopes may be accessed via pathed queries. + To access the index field of the parent iterator, @../index + may be used. .notes Make sure you create a new data frame each time you invoke a block with data. Otherwise, downstream helpers might unexpectedly mutate