@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
AstRule
Interface AstRule
rule node
interface
AstRule
{
chi
:
(
|
AstDeclaration
|
AstAtRule
|
AstInvalidRule
|
AstInvalidAtRule
|
AstRule
|
AstComment
|
AstInvalidDeclaration
)
[]
;
loc
?:
Location
;
optimized
?:
null
|
OptimizedSelector
;
parent
?:
any
;
raw
?:
null
|
RawSelectorTokens
;
sel
:
string
;
tokens
?:
null
|
Token
[]
;
typ
:
RuleNodeType
;
}
Hierarchy (
View Summary
)
BaseToken
AstRule
Index
Properties
chi
loc?
optimized?
parent?
raw?
sel
tokens?
typ
Properties
chi
chi
:
(
|
AstDeclaration
|
AstAtRule
|
AstInvalidRule
|
AstInvalidAtRule
|
AstRule
|
AstComment
|
AstInvalidDeclaration
)
[]
Optional
loc
loc
?:
Location
location info
Optional
optimized
optimized
?:
null
|
OptimizedSelector
Optional
parent
parent
?:
any
parent node
Optional
raw
raw
?:
null
|
RawSelectorTokens
sel
sel
:
string
Optional
tokens
tokens
?:
null
|
Token
[]
prelude or selector tokens
typ
typ
:
RuleNodeType
token type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chi
loc
optimized
parent
raw
sel
tokens
typ
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
rule node