module:addon/helpers/render-dynamic :Object
Call the render handlebars helper with a key value for the template name lookup (render requires a string argument)
- Source:
Members
(static) isHelper :Boolean
Type:
- Boolean
- Default Value:
- true
- Source:
(static) isHTMLBars :Boolean
Type:
- Boolean
- Default Value:
- true
- Source:
Methods
(static) helperFunction(params, hash, options, env) → {String}
Parameters:
Name | Type | Description |
---|---|---|
params |
Object | Parameters passed in by a consuming template |
hash |
Object | Values bound in a consuming template |
options |
Object | The full options from the consuming template |
env |
Object | The context this helper is run inside |
- Source:
Returns:
- Type
- String