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