Class: Hash

Hierarchy

  • Hash

Constructors

constructor

+ new Hash(markup: string): Hash

Defined in template/tag/hash.ts:14

Parameters:

Name Type
markup string

Returns: Hash

Properties

hash

hash: object

Defined in template/tag/hash.ts:14

Type declaration:

  • [ key: string]: any

Methods

render

render(ctx: Context): IterableIterator‹any›

Defined in template/tag/hash.ts:21

Parameters:

Name Type
ctx Context

Returns: IterableIterator‹any›