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