AstKeyframesAtRule
interface AstKeyframesAtRule {
chi: (AstComment | AstKeyframesRule)[];
errors?: ErrorDescription[];
loc?: Location;
nam: string;
parent?: any;
state?: any;
tokens?: Token[] | null;
typ: KeyframesAtRuleNodeType;
val: string;
}
chi: (AstComment | AstKeyframesRule)[];
errors?: ErrorDescription[];
loc?: Location;
nam: string;
parent?: any;
state?: any;
tokens?: Token[] | null;
typ: KeyframesAtRuleNodeType;
val: string;
}
Hierarchy (View Summary)
- BaseToken
- AstNodeStatus
- AstKeyframesAtRule
keyframe at rule node