Preparing search index...
The search index is not available
ArtusX
ArtusX
@artusx/plugin-ejs
EjsClient
Class EjsClient
Index
Constructors
constructor
Properties
app
layout
Config
view
Options
Methods
compile
init
render
render
File
render
String
Constructors
constructor
new
Ejs
Client
(
)
:
EjsClient
Returns
EjsClient
Properties
app
app
:
ArtusApplication
Private
layout
Config
layout
Config
:
undefined
|
Record
<
string
,
any
>
Private
view
Options
view
Options
:
undefined
|
Options
Methods
compile
compile
(
template
,
options
?
)
:
Promise
<
TemplateFunction
|
AsyncTemplateFunction
>
Parameters
template
:
string
Optional
options
:
Options
Returns
Promise
<
TemplateFunction
|
AsyncTemplateFunction
>
init
init
(
config
)
:
Promise
<
void
>
Parameters
config
:
EjsConfig
Returns
Promise
<
void
>
render
render
(
template
,
context
?
)
:
Promise
<
string
>
Parameters
template
:
string
Optional
context
:
EjsContext
Returns
Promise
<
string
>
render
File
render
File
(
template
,
context
?
)
:
Promise
<
string
>
Parameters
template
:
string
Optional
context
:
EjsContext
Returns
Promise
<
string
>
render
String
render
String
(
template
,
context
?
)
:
Promise
<
string
>
Parameters
template
:
string
Optional
context
:
EjsContext
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
app
layout
Config
view
Options
compile
init
render
render
File
render
String
ArtusX
Loading...