WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

SafeString

SafeString: SafeString

Utils

Utils: Utils

escapeExpression

escapeExpression: escapeExpression

helpers

helpers: any

logger

logger: Logger

templates

Functions

Exception

  • Exception(message: string): void
  • Parameters

    • message: string

    Returns void

K

  • K(): void
  • Returns void

compile

create

  • Returns Handlebars

createFrame

  • createFrame(object: any): any
  • Parameters

    • object: any

    Returns any

log

  • log(level: number, obj: any): void
  • Parameters

    • level: number
    • obj: any

    Returns void

noConflict

  • Returns Handlebars

parse

  • Parameters

    • input: string

    Returns Program

precompile

registerDecorator

  • registerDecorator(name: string, fn: Function): void
  • registerDecorator(obj: object): void
  • Parameters

    • name: string
    • fn: Function

    Returns void

  • Parameters

    • obj: object
      • [name: string]: Function

    Returns void

registerHelper

  • registerHelper(name: string, fn: Function, inverse?: boolean): void
  • registerHelper(name: Object): void
  • Parameters

    • name: string
    • fn: Function
    • Optional inverse: boolean

    Returns void

  • Parameters

    • name: Object

    Returns void

registerPartial

  • registerPartial(name: string, str: any): void
  • Parameters

    • name: string
    • str: any

    Returns void

template

unregisterDecorator

  • unregisterDecorator(name: string): void
  • Parameters

    • name: string

    Returns void

unregisterHelper

  • unregisterHelper(name: string): void
  • Parameters

    • name: string

    Returns void

unregisterPartial

  • unregisterPartial(name: string): void
  • Parameters

    • name: string

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc