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