Search
Preparing search index...
The search index is not available
liquidjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"parser/tag-token"
TagToken
Class TagToken
Hierarchy
DelimitedToken
TagToken
Index
Constructors
constructor
Properties
args
col
file
input
line
name
raw
trim
Left
trim
Right
type
value
Methods
is
Constructors
constructor
new
Tag
Token
(
raw
:
string
, value
:
string
, input
:
string
, line
:
number
, pos
:
number
, options
:
NormalizedFullOptions
, file
?:
undefined
|
string
)
:
TagToken
Parameters
raw:
string
value:
string
input:
string
line:
number
pos:
number
options:
NormalizedFullOptions
Optional
file:
undefined
|
string
Returns
TagToken
Properties
args
args
:
string
col
col
:
number
Optional
file
file
:
undefined
|
string
input
input
:
string
line
line
:
number
name
name
:
string
raw
raw
:
string
trim
Left
trim
Left
:
boolean
= false
trim
Right
trim
Right
:
boolean
= false
type
type
:
string
= "notset"
value
value
:
string
Methods
Static
is
is
(
token
:
Token
)
:
boolean
Parameters
token:
Token
Returns
boolean
Globals
"parser/tag-
token"
Tag
Token
constructor
args
col
file
input
line
name
raw
trim
Left
trim
Right
type
value
is
Generated using
TypeDoc