handlebars.components.base

Undocumented in source.

Public Imports

handlebars.tokens
public import handlebars.tokens;
Undocumented in source.
handlebars.lifecycle
public import handlebars.lifecycle;
Undocumented in source.
handlebars.properties
public import handlebars.properties;
Undocumented in source.

Members

Aliases

OnEvaluateBoolean
alias OnEvaluateBoolean = bool delegate(string)
Undocumented in source.
OnEvaluateLong
alias OnEvaluateLong = long delegate(string)
Undocumented in source.
OnYield
alias OnYield = string delegate(Token[])
Undocumented in source.

Classes

HbsComponent
class HbsComponent(string tpl = "{{yield}}")
RenderComponentException
class RenderComponentException

Interfaces

IHbsComponent
interface IHbsComponent

Meta