Hierarchy
-
↳ RenderFileOptions
Properties
Optional globals
• globals? : undefined | object
Inherited from RenderOptions.globals
Defined in src/liquid-options.ts:85
Same as globals on LiquidOptions, but only for current render() call
Optional lookupType
• lookupType? : LookupType
Defined in src/liquid-options.ts:97
Optional ownPropertyOnly
• ownPropertyOnly? : undefined | false | true
Inherited from RenderOptions.ownPropertyOnly
Defined in src/liquid-options.ts:93
Same as ownPropertyOnly on LiquidOptions, but only for current render() call
Optional strictVariables
• strictVariables? : undefined | false | true
Inherited from RenderOptions.strictVariables
Defined in src/liquid-options.ts:89
Same as strictVariables on LiquidOptions, but only for current render() call
Optional sync
• sync? : undefined | false | true
Inherited from RenderOptions.sync
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.