Hierarchy
- TagImplOptions
Indexable
- [ key: string]: any
Properties
Optional
parse
• parse? : undefined | function
Defined in src/template/tag-options-adapter.ts:11
render
• render: function
Defined in src/template/tag-options-adapter.ts:12
Type declaration:
▸ (this
: Tag & TagImplOptions, ctx
: Context, emitter
: Emitter, hash
: Record‹string, any›): TagRenderReturn
Parameters:
Name | Type |
---|---|
this |
Tag & TagImplOptions |
ctx |
Context |
emitter |
Emitter |
hash |
Record‹string, any› |