AstInvalidRule
interface AstInvalidRule {
"[ROOT]"?: AstStyleSheet | null;
chi: AstNode[];
errors?: ErrorDescription[];
parent?: any;
sel: string;
state?: any;
typ: InvalidRuleNodeType;
[key: number]: string | undefined;
}
"[ROOT]"?: AstStyleSheet | null;
chi: AstNode[];
errors?: ErrorDescription[];
parent?: any;
sel: string;
state?: any;
typ: InvalidRuleNodeType;
[key: number]: string | undefined;
}
Hierarchy (View Summary)
- BaseToken
- AstNodeStatus
- AstInvalidRule
Indexable
-
[key: number]: string | undefined
Invalid rule node
Deprecated