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