Hierarchy
TagImplOptions
↳ TagImpl
Properties
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 |