Search


Search something to see results

AstKeyframesRule

keyframe rule node

interface AstKeyframesRule {
    chi: (AstRuleList | AstComment | AstDeclaration | AstInvalidDeclaration)[];
    errors?: ErrorDescription[];
    loc?: Location;
    optimized?: OptimizedSelector;
    parent?: any;
    raw?: RawSelectorTokens;
    sel: string;
    state?: any;
    tokens?: Token[] | null;
    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[] | null

prelude or selector tokens

token type