@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
DivToken
Interface DivToken
interface
DivToken
{
loc
?:
Location
;
parent
?:
AstRuleList
;
tokens
?:
Token
[]
;
typ
:
Div
;
validSyntax
?:
boolean
;
}
Hierarchy (
View Summary
)
BaseToken
DivToken
Index
Properties
loc?
parent?
tokens?
typ
valid
Syntax?
Properties
Optional
loc
loc
?:
Location
Optional
parent
parent
?:
AstRuleList
Optional
tokens
tokens
?:
Token
[]
typ
typ
:
Div
Optional
valid
Syntax
validSyntax
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loc
parent
tokens
typ
valid
Syntax
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...