package handlebars
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- handlebars
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
HandlebarsOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
HandlebarsUtils extends Object
- Annotations
- @RawJSType() @native()
-
trait
HelperOptions extends Object
- Annotations
- @RawJSType() @native()
-
trait
Template extends Object
- Annotations
- @RawJSType() @native()
-
trait
TemplateSpec extends Object
- Annotations
- @RawJSType() @native()
Value Members
-
def
applyTemplate(template: Template, context: Object): String
Use a pre-compiled template.
Use a pre-compiled template. Adds some useful objects to the merged context.
-
def
compileAndApplyTemplate(template: String, context: Object): String
The template is not cached so don't do this in a tight loop.
-
object
Handlebars extends Object
- Annotations
- @native() @JSImport( "handlebars" , JSImport.Namespace )