Interface MustacheContext

Index

Properties

Methods

Properties

public parent: any

public view: any

Methods

public clearCache(): any

Returns

any

public lookup(name: string): any

Parameters

  • name: string

Returns

any

public push(view: any): MustacheContext

Parameters

  • view: any

Returns

MustacheContext