Search


Search something to see results

AstKeyframesAtRule

keyframe at rule node

interface AstKeyframesAtRule {
    chi: (AstComment | AstKeyframesRule)[];
    errors?: ErrorDescription[];
    loc?: Location;
    nam: string;
    parent?: any;
    state?: any;
    tokens?: Token[] | null;
    typ: KeyframesAtRuleNodeType;
    val: string;
}

Hierarchy (View Summary)

Index

Properties

errors?: ErrorDescription[]
loc?: Location

location info

nam: string
parent?: any

parent node

state?: any
tokens?: Token[] | null

prelude or selector tokens

token type

val: string