Hierarchy
TagImplOptions
↳ TagImpl
Properties
Optional parse
• parse? : undefined | function
Defined in template/tag/tag-impl-options.ts:9
render
• render: function
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 |