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