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