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