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