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

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Hash(markup: string): Hash

Properties

hash

hash: object

Type declaration

  • [key: string]: any

Methods

render

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

Generated using TypeDoc