Preparing search index...
The search index is not available
liquidjs
liquidjs
<internal>
TagImplOptions
Interface TagImplOptions
interface
TagImplOptions
{
parse
?:
(
(
this
:
Tag
&
TagImplOptions
,
token
:
TagToken
,
remainingTokens
:
TopLevelToken
[]
)
=>
void
)
;
render
:
(
(
this
:
Tag
&
TagImplOptions
,
ctx
:
Context
,
emitter
:
Emitter
,
hash
:
Record
<
string
,
any
>
)
=>
unknown
)
;
[
key
:
string
]
:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
parse?
render
Properties
Optional
parse
parse
?:
(
(
this
:
Tag
&
TagImplOptions
,
token
:
TagToken
,
remainingTokens
:
TopLevelToken
[]
)
=>
void
)
render
render
:
(
(
this
:
Tag
&
TagImplOptions
,
ctx
:
Context
,
emitter
:
Emitter
,
hash
:
Record
<
string
,
any
>
)
=>
unknown
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
parse
render
liquidjs
Loading...