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