@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
BlockStartToken
Interface BlockStartToken
Block start token
interface
BlockStartToken
{
loc
?:
Location
;
parent
?:
any
;
tokens
?:
Token
[]
|
null
;
typ
:
BlockStartTokenType
;
}
Hierarchy (
View Summary
)
BaseToken
BlockStartToken
Index
Properties
loc?
parent?
tokens?
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
:
BlockStartTokenType
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...
Block start token