Hierarchy
- RenderOptions
Properties
Optional
globals
• globals? : undefined | object
Defined in src/liquid-options.ts:90
Same as globals
on LiquidOptions, but only for current render() call
Optional
ownPropertyOnly
• ownPropertyOnly? : undefined | false | true
Defined in src/liquid-options.ts:98
Same as ownPropertyOnly
on LiquidOptions, but only for current render() call
Optional
strictVariables
• strictVariables? : undefined | false | true
Defined in src/liquid-options.ts:94
Same as strictVariables
on LiquidOptions, but only for current render() call
Optional
sync
• sync? : undefined | false | true
Defined in src/liquid-options.ts:86
This call is sync or async? It’s used by Liquid internal methods, you’ll not need this.