Hierarchy
-
↳ RenderFileOptions
Properties
Optional
globals
• globals? : undefined | object
Inherited from RenderOptions.globals
Defined in src/liquid-options.ts:83
Same as globals
on LiquidOptions, but only for current render() call
Optional
lookupType
• lookupType? : LookupType
Defined in src/liquid-options.ts:95
Optional
ownPropertyOnly
• ownPropertyOnly? : undefined | false | true
Inherited from RenderOptions.ownPropertyOnly
Defined in src/liquid-options.ts:91
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:87
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:79
This call is sync or async? It’s used by Liquid internal methods, you’ll not need this.