diff --git a/api/classes/Context.html b/api/classes/Context.html
index 93045e56c..9c2a26448 100644
--- a/api/classes/Context.html
+++ b/api/classes/Context.html
@@ -27,6 +27,6 @@ whereas {% capture %}, {% assign %} only hide this sco
ownPropertyOnly
ownPropertyOnly: boolean
strictVariables
strictVariables: boolean
Methods
_getFromScope
- _getFromScope(scope, paths, strictVariables?): IterableIterator<unknown>
Parameters
- scope: unknown
- paths: string | PropertyKey[]
- strictVariables: boolean = ...
get
- get(paths): unknown
Returns unknown
Methods
_getFromScope
- _getFromScope(scope, paths, strictVariables?): IterableIterator<unknown>
Parameters
- scope: unknown
- paths: string | (Drop | PropertyKey)[]
- strictVariables: boolean = ...
get
- get(paths): unknown
Returns unknown
getRegister
- getRegister(key): any
Returns any
getSync
- getSync(paths): unknown
Returns unknown
push
- push(ctx): number
Returns number
restoreRegister
- restoreRegister(keyValues): void
Parameters
- keyValues: [string, any][]
Returns void
saveRegister
- saveRegister(...keys): [string, any][]
Returns [string, any][]
setRegister
- setRegister(key, value): any
Returns any
global scope used as fallback for missing variables