Search
Preparing search index...
The search index is not available
liquidjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"template/tag/tag"
Tag
Class Tag
Hierarchy
Template
<
TagToken
>
Tag
Implements
ITemplate
Index
Constructors
constructor
Properties
impl
name
token
impls
Methods
render
clear
register
Constructors
constructor
new
Tag
(
token
:
TagToken
, tokens
:
Token
[]
, liquid
:
Liquid
)
:
Tag
Parameters
token:
TagToken
tokens:
Token
[]
liquid:
Liquid
Returns
Tag
Properties
Private
impl
impl
:
ITagImpl
name
name
:
string
token
token
:
TagToken
Static
Private
impls
impls
:
object
Type declaration
[
key:
string
]:
ITagImplOptions
Methods
render
render
(
ctx
:
Context
)
:
Promise
<
string
>
Parameters
ctx:
Context
Returns
Promise
<
string
>
Static
clear
clear
(
)
:
void
Returns
void
Static
register
register
(
name
:
string
, tag
:
ITagImplOptions
)
:
void
Parameters
name:
string
tag:
ITagImplOptions
Returns
void
Globals
"template/tag/tag"
Tag
constructor
impl
name
token
impls
render
clear
register
Generated using
TypeDoc