Search


Search something to see results

AstInvalidRule

Invalid rule node

interface AstInvalidRule {
    "[ROOT]"?: AstStyleSheet | null;
    chi: AstNode[];
    errors?: ErrorDescription[];
    parent?: any;
    sel: string;
    state?: any;
    typ: InvalidRuleNodeType;
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet | null

root node

chi: AstNode[]

child nodes

errors?: ErrorDescription[]

Syntax errors

parent?: any

parent node

sel: string

selector

state?: any

Node state

token type