Hierarchy
-
↳ TagImpl
Indexable
- [ key: string]: any
Properties
liquid
• liquid: Liquid
Defined in src/template/tag/tag-impl.ts:5
Optional parse
• parse? : undefined | function
Defined in src/template/tag/tag-impl-options.ts:9
render
• render: function
Defined in src/template/tag/tag-impl-options.ts:10
Type declaration:
▸ (this: TagImpl, ctx: Context, emitter: Emitter, hash: HashValue): void | string | Promise‹void | string› | Generator‹unknown, void | string, unknown›
Parameters:
| Name | Type |
|---|---|
this |
TagImpl |
ctx |
Context |
emitter |
Emitter |
hash |
HashValue |