Search
Preparing search index...
The search index is not available
Community Solid Server - v0.8.1
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Community Solid Server - v0.8.1
pods/generate/TemplateEngine
TemplateEngine
Interface TemplateEngine
A template engine takes as input a template and applies the given options to it.
Hierarchy
TemplateEngine
Implemented by
HandlebarsTemplateEngine
HandlebarsTemplateEngine
Index
Properties
apply
Properties
apply
apply
:
(
template
:
string
, options
:
Dict
<
string
>
)
=>
string
Type declaration
(
template
:
string
, options
:
Dict
<
string
>
)
:
string
Parameters
template:
string
options:
Dict
<
string
>
Returns
string
Exports
pods/generate/
Template
Engine
Template
Engine
apply
A template engine takes as input a template and applies the given options to it.