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