@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
AttrStartToken
Interface AttrStartToken
interface
AttrStartToken
{
chi
?:
Token
[]
;
loc
?:
Location
;
parent
?:
AstRuleList
;
tokens
?:
Token
[]
;
typ
:
AttrStartTokenType
;
validSyntax
?:
boolean
;
}
Hierarchy (
View Summary
)
BaseToken
AttrStartToken
Index
Properties
chi?
loc?
parent?
tokens?
typ
valid
Syntax?
Properties
Optional
chi
chi
?:
Token
[]
Optional
loc
loc
?:
Location
Optional
parent
parent
?:
AstRuleList
Optional
tokens
tokens
?:
Token
[]
typ
typ
:
AttrStartTokenType
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...