Search
Search something to see results
@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
/
node
/
AttrEndToken
AttrEndToken
Attribute end token
interface
AttrEndToken
{
loc
?:
Location
;
parent
?:
any
;
tokens
?:
Token
[]
|
null
;
typ
:
AttrEndTokenType
;
}
Hierarchy (
View Summary
)
BaseToken
AttrEndToken
Index
Properties
node.AttrEndToken.loc
node.AttrEndToken.parent
node.AttrEndToken.tokens
node.AttrEndToken.typ
Properties
Optional
loc
loc
?:
Location
location info
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
Token
[]
|
null
prelude or selector tokens
typ
typ
:
AttrEndTokenType
token type
Attribute end token