Search
Search something to see results
@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
/
node
/
SubToken
SubToken
Sub token
interface
SubToken
{
loc
?:
Location
;
parent
?:
any
;
tokens
?:
Token
[]
|
null
;
typ
:
Sub
;
}
Hierarchy (
View Summary
)
BaseToken
SubToken
Index
Properties
node.SubToken.loc
node.SubToken.parent
node.SubToken.tokens
node.SubToken.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
:
Sub
token type
Sub token