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