Search
Search something to see results
@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
/
node
/
LessThanToken
LessThanToken
Less than token
interface
LessThanToken
{
loc
?:
Location
;
parent
?:
any
;
tokens
?:
Token
[]
|
null
;
typ
:
LtTokenType
;
}
Hierarchy (
View Summary
)
BaseToken
LessThanToken
Index
Properties
node.LessThanToken.loc
node.LessThanToken.parent
node.LessThanToken.tokens
node.LessThanToken.typ
Properties
Optional
loc
loc
?:
Location
location info
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
Token
[]
|
null
prelude or selector tokens
typ
typ
:
LtTokenType
token type
Less than token