@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
AstKeyframesRule
Interface AstKeyframesRule
keyframe rule node
interface
AstKeyframesRule
{
chi
:
(
AstDeclaration
|
AstRuleList
|
AstComment
|
AstInvalidDeclaration
)
[]
;
loc
?:
Location
;
optimized
?:
OptimizedSelector
;
parent
?:
any
;
raw
?:
RawSelectorTokens
;
sel
:
string
;
tokens
?:
null
|
Token
[]
;
typ
:
KeyFramesRuleNodeType
;
}
Hierarchy (
View Summary
)
BaseToken
AstKeyframesRule
Index
Properties
chi
loc?
optimized?
parent?
raw?
sel
tokens?
typ
Properties
chi
chi
:
(
AstDeclaration
|
AstRuleList
|
AstComment
|
AstInvalidDeclaration
)
[]
Optional
loc
loc
?:
Location
location info
Optional
optimized
optimized
?:
OptimizedSelector
Optional
parent
parent
?:
any
parent node
Optional
raw
raw
?:
RawSelectorTokens
sel
sel
:
string
Optional
tokens
tokens
?:
null
|
Token
[]
prelude or selector tokens
typ
typ
:
KeyFramesRuleNodeType
token type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chi
loc
optimized
parent
raw
sel
tokens
typ
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
keyframe rule node