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