Options
All
  • Public
  • Public/Protected
  • All
Menu

Key-Value Pairs Representing Tag Arguments Example: For the markup , foo:'bar', coo:2 reversed %}, hash['foo'] === 'bar' hash['coo'] === 2 hash['reversed'] === undefined

Hierarchy

  • Hash

Indexable

[key: string]: any

Key-Value Pairs Representing Tag Arguments Example: For the markup , foo:'bar', coo:2 reversed %}, hash['foo'] === 'bar' hash['coo'] === 2 hash['reversed'] === undefined

Index

Constructors

Methods

Constructors

constructor

  • new Hash(markup: string): Hash

Methods

render

  • render(ctx: Context): IterableIterator<object>

Generated using TypeDoc