Search
Preparing search index...
The search index is not available
liquidjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"parser/html-token"
HTMLToken
Class HTMLToken
Hierarchy
Token
HTMLToken
Index
Constructors
constructor
Properties
col
file
input
line
raw
trim
Left
trim
Right
type
value
Methods
is
Constructors
constructor
new HTMLToken
(
str
:
string
, input
:
string
, line
:
number
, col
:
number
, file
?:
undefined
|
string
)
:
HTMLToken
Parameters
str:
string
input:
string
line:
number
col:
number
Optional
file:
undefined
|
string
Returns
HTMLToken
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
Methods
Static
is
is
(
token
:
Token
)
:
boolean
Parameters
token:
Token
Returns
boolean
Globals
"parser/html-
token"
HTMLToken
constructor
col
file
input
line
raw
trim
Left
trim
Right
type
value
is
Generated using
TypeDoc