Search


Search something to see results

AstKeyFrameRule

keyframe rule node

interface AstKeyFrameRule {
    chi: (AstComment | AstDeclaration | AstInvalidDeclaration)[];
    errors?: ErrorDescription[];
    loc?: Location;
    optimized?: OptimizedSelector;
    parent?: any;
    raw?: RawSelectorTokens;
    sel: string;
    state?: any;
    tokens?: Token[];
    typ: KeyFramesRuleNodeType;
}

Hierarchy (View Summary)

Index

Properties

errors?: ErrorDescription[]
loc?: Location

location info

optimized?: OptimizedSelector
parent?: any

parent node

sel: string
state?: any
tokens?: Token[]

prelude or selector tokens

token type