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