@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
BaseToken
Interface BaseToken
interface
BaseToken
{
loc
?:
Location
;
parent
?:
AstRuleList
;
tokens
?:
Token
[]
;
typ
:
EnumToken
;
validSyntax
?:
boolean
;
}
Hierarchy (
View Summary
)
BaseToken
AstComment
AstDeclaration
AstRule
AstInvalidRule
AstInvalidDeclaration
AstInvalidAtRule
AstKeyFrameRule
AstAtRule
AstKeyframeRule
AstKeyframAtRule
AstRuleList
LiteralToken
ClassSelectorToken
InvalidClassSelectorToken
UniversalSelectorToken
IdentToken
IdentListToken
DashedIdentToken
CommaToken
ColonToken
SemiColonToken
NestingSelectorToken
NumberToken
AtRuleToken
PercentageToken
FlexToken
FunctionToken
GridTemplateFuncToken
FunctionURLToken
FunctionImageToken
TimingFunctionToken
TimelineFunctionToken
StringToken
BadStringToken
UnclosedStringToken
DimensionToken
LengthToken
AngleToken
TimeToken
FrequencyToken
ResolutionToken
HashToken
BlockStartToken
BlockEndToken
AttrStartToken
AttrEndToken
ParensStartToken
ParensEndToken
ParensToken
WhitespaceToken
CommentToken
BadCommentToken
CDOCommentToken
BadCDOCommentToken
IncludeMatchToken
DashMatchToken
EqualMatchToken
StartMatchToken
EndMatchToken
ContainMatchToken
LessThanToken
LessThanOrEqualToken
GreaterThanToken
GreaterThanOrEqualToken
ColumnCombinatorToken
PseudoClassToken
PseudoElementToken
PseudoPageToken
PseudoClassFunctionToken
DelimToken
BadUrlToken
UrlToken
EOFToken
ImportantToken
ColorToken
AttrToken
InvalidAttrToken
ChildCombinatorToken
MediaFeatureToken
MediaFeatureNotToken
MediaFeatureOnlyToken
MediaFeatureAndToken
MediaFeatureOrToken
MediaQueryConditionToken
DescendantCombinatorToken
NextSiblingCombinatorToken
SubsequentCombinatorToken
AddToken
SubToken
DivToken
MulToken
UnaryExpression
FractionToken
BinaryExpressionToken
MatchExpressionToken
NameSpaceAttributeToken
ListToken
Index
Properties
loc?
parent?
tokens?
typ
valid
Syntax?
Properties
Optional
loc
loc
?:
Location
Optional
parent
parent
?:
AstRuleList
Optional
tokens
tokens
?:
Token
[]
typ
typ
:
EnumToken
Optional
valid
Syntax
validSyntax
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loc
parent
tokens
typ
valid
Syntax
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...