@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
AstDeclaration
Interface AstDeclaration
declaration node
interface
AstDeclaration
{
loc
?:
Location
;
nam
:
string
;
parent
?:
any
;
tokens
?:
null
;
typ
:
DeclarationNodeType
;
val
:
Token
[]
;
}
Hierarchy (
View Summary
)
BaseToken
AstDeclaration
Index
Properties
loc?
nam
parent?
tokens?
typ
val
Properties
Optional
loc
loc
?:
Location
location info
nam
nam
:
string
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
null
prelude or selector tokens
typ
typ
:
DeclarationNodeType
token type
val
val
:
Token
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loc
nam
parent
tokens
typ
val
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
declaration node