@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
IncludeMatchToken
Interface IncludeMatchToken
Include match token
interface
IncludeMatchToken
{
loc
?:
Location
;
parent
?:
any
;
tokens
?:
null
|
Token
[]
;
typ
:
IncludeMatchTokenType
;
}
Hierarchy (
View Summary
)
BaseToken
IncludeMatchToken
Index
Properties
loc?
parent?
tokens?
typ
Properties
Optional
loc
loc
?:
Location
location info
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
null
|
Token
[]
prelude or selector tokens
typ
typ
:
IncludeMatchTokenType
token type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loc
parent
tokens
typ
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
Include match token